Add mention of function that sets a default passkey.

pull/6188/head
Vincent Coubard 2018-01-16 12:11:04 +00:00
parent 9d08b2ddb3
commit 4df41f3ee8
1 changed files with 5 additions and 1 deletions

View File

@ -82,7 +82,7 @@ typedef SecurityManager::Keypress_t Keypress_t;
/* please use typedef for porting not the types directly */
typedef uint8_t passkey_t[6];
typedef uint8_t passkey_t[3];
typedef uint8_t oob_data_t[16];
typedef uint8_t irk_t[16];
@ -215,6 +215,10 @@ public:
/**
* Adaptation layer of the Security Manager.
*
*
* FIXME: ADD API in the pal to set default passkey!
*
*/
class SecurityManager : private mbed::NonCopyable<SecurityManager> {
public: