49 #define DISPLAY_ONLY 0x00 50 #define DISPLAY_YES_NO 0x01 51 #define KEYBOARD_ONLY 0x02 52 #define NO_INPUT_NO_OUTPUT 0x03 53 #define KEYBOARD_DISPLAY 0x04 56 #define SM_AUTH_MITM_MASK(a) (((a) & 0x04) >> 2) 62 #define SM_PASSKEY_TYPE_INPUT 0x01 63 #define SM_PASSKEY_TYPE_DISPLAY 0x02 71 #define SM_AUTH_REQ_NO_BONDING 0x00 72 #define SM_AUTH_REQ_BONDING 0x01 77 #define SM_AUTH_STATE_AUTHENTICATED 0x04 78 #define SM_AUTH_STATE_BONDING 0x01 79 #define SM_AUTH_STATE_SECURECONNECTION 0x08 81 #define SM_ECC_KEY_LEN 32 84 #define SM_ECC_KEYS_NOT_AVAILABLE 0xFF 85 #define SM_ECC_KEYS_REGNENERATE_NEVER 0xFF 86 #define SM_ECC_KEYS_REGENERATE_ALWAYS 0x00 92 #define SM_ECC_KEYS_EVENT 0x00 93 #define SM_DH_KEY_EVENT 0x01 94 // end of GAPBondMgr_Constants 150 unsigned int sEncKey:1;
151 unsigned int sIdKey:1;
152 unsigned int sSign:1;
153 unsigned int sLinkKey:1;
154 unsigned int sReserved:4;
155 unsigned int mEncKey:1;
156 unsigned int mIdKey:1;
157 unsigned int mSign:1;
158 unsigned int mLinkKey:1;
159 unsigned int mReserved:4;
226 unsigned int bonding:2;
231 unsigned int reserved:2;
311 extern void SM_GenerateRandBuf( uint8 *random, uint8 len );
327 extern void SM_SetAuthenPairingOnlyMode( uint8 state );
342 extern void SM_SetAllowDebugKeysMode( uint8 state );
405 uint16 connectionHandle,
423 uint16 div, uint8 *pRandNum,
483 uint8 *pAuthenSig, uint16 connHandle );
501 uint8 authentication,
539 extern void SM_Init( uint8 task_id );
551 extern uint16 SM_ProcessEvent( uint8 task_id, uint16 events );
uint8 oobAvailable
True if remote Out-of-band key available.
Definition: sm.h:179
uint8 opcode
SM_DH_KEY_EVENT.
Definition: sm.h:141
bStatus_t SM_PasskeyUpdate(uint8 *pPasskey, uint16 connectionHandle)
Update the passkey for the pairing process.
This API allows the software components in the Z-Stack to be written independently of the specifics o...
uint8 isSCOnlyMode
TRUE if Secure Connections Only Mode. Secure Connections only.
Definition: sm.h:184
uint8 SM_GetAllowDebugKeysMode(void)
Get the device debug keys allownce policy. If not allowed, the pairing will be rejected with code of ...
void SM_RegisterTask(uint8 taskID)
Register Task with the Security Manager to receive ECC keys or a ECDH shared secret.
#define B_RANDOM_NUM_SIZE
BLE Random Number Size.
Definition: bcomdef.h:133
bStatus_t SM_StartPairing(uint8 initiator, uint8 taskID, uint16 connectionHandle, smLinkSecurityReq_t *pSecReqs)
Start the pairing process.
bStatus_t SM_GetScConfirmOob(uint8 *publicKey, uint8 *oob, uint8 *pOut)
Generate a confirm value for OOB data.
bStatus_t SM_NewRandKey(uint8 taskID)
Generate a key with a random value.
uint8 maxEncKeySize
Maximum Encryption Key size (7-16 bytes)
Definition: sm.h:188
uint8 addrType
Address type for BD_ADDR.
Definition: sm.h:208
bStatus_t SM_GenerateAuthenSig(uint8 *pData, uint16 len, uint8 *pAuthenSig, uint16 connHandle)
void SM_SetECCRegenerationCount(uint8 count)
Update the regeneration count for ECC key re-usage.
uint8 authReq
Authentication Requirements.
Definition: sm.h:186
#define SM_ECC_KEY_LEN
ECC Key length in bytes.
Definition: sm.h:81
bStatus_t SM_ResponderInit(void)
Initialize SM Responder on a slave device.
bStatus_t SM_GetEccKeys(void)
Get ECC private and public keys. Keys are returned through the callback registered in SM_RegisterCb...
uint8 keySize
LTK Key Size (7-16 bytes)
Definition: sm.h:199
uint8 ioCaps
I/O Capabilities (ie.
Definition: sm.h:178
osal_event_hdr_t hdr
SM_MSG_EVENT and status.
Definition: sm.h:127
LE Generate DHKey Complete Event.
Definition: hci.h:1102
smEccKeys_t eccKeys
Optionally specified ECC keys for pairing. Secure Connections only.
Definition: sm.h:185
uint8 opcode
op code
Definition: sm.h:118
uint8 isUsed
FALSE if not used. USE_PKEYS if public keys only. USE_ALL_KEYS if public and private keys...
Definition: sm.h:167
Type definitions and macros for BLE stack.
uint8 opcode
SM_ECC_KEYS_EVENT.
Definition: sm.h:128
OSAL Event Header.
Definition: osal.h:92
uint8 localOobAvailable
True if local Out-of-band key available. Secure Connections only.
Definition: sm.h:182
uint16 div
LTK Diversifier.
Definition: sm.h:197
bStatus_t SM_GetDHKey(uint8 *secretKey, uint8 *publicKeyX, uint8 *publicKeyY)
Request a Diffie-Hellman key from the ECC engine. Key is returned through the callback registered in ...
void(* smCB_t)(uint8 *secretKey, uint8 *publicKeyX, uint8 *publicKeyY)
Definition: sm.h:238
osal_event_hdr_t hdr
SM_MSG_EVENT and status.
Definition: sm.h:140
#define B_ADDR_LEN
Default Public and Random Address Length.
Definition: bcomdef.h:108
bStatus_t SM_StartEncryption(uint16 connHandle, uint8 *pLTK, uint16 div, uint8 *pRandNum, uint8 keyLen)
Send Start Encrypt through HCI.
uint8 SM_GetAuthenPairingOnlyMode(void)
Get the device into Authenticated Pairing Only Mode. If enabled and the key generation method does no...
bStatus_t SM_InitiatorInit(void)
Initialize SM Initiator on a master device.
Status_t bStatus_t
BLE Generic Status return.
Definition: bcomdef.h:251
osal_event_hdr_t hdr
osal event header
Definition: sm.h:117
uint32 signCounter
Sign Counter.
Definition: sm.h:218
LE Read P256 Public Key Complete Event.
Definition: hci.h:1093
bStatus_t SM_VerifyAuthenSig(uint16 connHandle, uint8 authentication, uint8 *pData, uint16 len, uint8 *pAuthenSig)
Verify an Authentication Signature.
#define KEYLEN
Default key length.
Definition: bcomdef.h:111
osal_event_hdr_t hdr
SM_NEW_RAND_KEY_EVENT and status.
Definition: sm.h:108
keyDist_t keyDist
Key Distribution mask.
Definition: sm.h:187
bStatus_t SM_Encrypt(uint8 *pKey, uint8 *pPlainText, uint8 *pResult)
Encrypt the plain text data with the key..