48 #define DISPLAY_ONLY 0x00 49 #define DISPLAY_YES_NO 0x01 50 #define KEYBOARD_ONLY 0x02 51 #define NO_INPUT_NO_OUTPUT 0x03 52 #define KEYBOARD_DISPLAY 0x04 55 #define SM_AUTH_MITM_MASK(a) (((a) & 0x04) >> 2) 60 #define SM_PASSKEY_TYPE_INPUT 0x01 61 #define SM_PASSKEY_TYPE_DISPLAY 0x02 68 #define SM_AUTH_REQ_NO_BONDING 0x00 69 #define SM_AUTH_REQ_BONDING 0x01 74 #define SM_AUTH_STATE_AUTHENTICATED 0x04 75 #define SM_AUTH_STATE_BONDING 0x01 76 #define SM_AUTH_STATE_SECURECONNECTION 0x08 78 #define SM_ECC_KEY_LEN 32 81 #define SM_ECC_KEYS_NOT_AVAILABLE 0xFF 82 #define SM_ECC_KEYS_REGNENERATE_NEVER 0xFF 83 #define SM_ECC_KEYS_REGENERATE_ALWAYS 0x00 88 #define SM_ECC_KEYS_EVENT 0x00 89 #define SM_DH_KEY_EVENT 0x01 90 // end of GAPBondMgr_Constants 146 unsigned int sEncKey:1;
147 unsigned int sIdKey:1;
148 unsigned int sSign:1;
149 unsigned int sLinkKey:1;
150 unsigned int sReserved:4;
151 unsigned int mEncKey:1;
152 unsigned int mIdKey:1;
153 unsigned int mSign:1;
154 unsigned int mLinkKey:1;
155 unsigned int mReserved:4;
222 unsigned int bonding:2;
226 unsigned int reserved:3;
329 uint16 connectionHandle,
347 uint16 div, uint8 *pRandNum,
380 #if !defined (BLE_V42_FEATURES) || !(BLE_V42_FEATURES & PRIVACY_1_2_CFG) 403 #endif // ! BLE_V42_FEATURES | ! PRIVACY_1_2_CFG 449 uint8 authentication,
487 extern void SM_Init( uint8 task_id );
499 extern uint16 SM_ProcessEvent( uint8 task_id, uint16 events );
uint8 oobAvailable
True if remote Out-of-band key available.
Definition: sm.h:175
uint8 opcode
SM_DH_KEY_EVENT.
Definition: sm.h:137
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...
bStatus_t SM_ResolveRandomAddrs(uint8 *pIRK, uint8 *pAddr)
Resolve a Private Resolvable Address.
uint8 isSCOnlyMode
TRUE if Secure Connections Only Mode. Secure Connections only.
Definition: sm.h:180
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:130
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:184
uint8 addrType
Address type for BD_ADDR.
Definition: sm.h:204
void SM_SetECCRegenerationCount(uint8 count)
Update the regeneration count for ECC key re-usage.
uint8 authReq
Authentication Requirements.
Definition: sm.h:182
#define SM_ECC_KEY_LEN
ECC Key length in bytes.
Definition: sm.h:78
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:195
uint8 ioCaps
I/O Capabilities (ie.
Definition: sm.h:174
osal_event_hdr_t hdr
SM_MSG_EVENT and status.
Definition: sm.h:123
LE Generate DHKey Complete Event.
Definition: hci.h:1150
smEccKeys_t eccKeys
Optionally specified ECC keys for pairing. Secure Connections only.
Definition: sm.h:181
uint8 opcode
op code
Definition: sm.h:114
uint8 isUsed
FALSE if not used. USE_PKEYS if public keys only. USE_ALL_KEYS if public and private keys...
Definition: sm.h:163
Type definitions and macros for BLE stack.
uint8 opcode
SM_ECC_KEYS_EVENT.
Definition: sm.h:124
OSAL Event Header.
Definition: osal.h:92
uint8 localOobAvailable
True if local Out-of-band key available. Secure Connections only.
Definition: sm.h:178
uint16 div
LTK Diversifier.
Definition: sm.h:193
bStatus_t SM_CalcRandomAddr(uint8 *pIRK, uint8 *pNewAddr)
Calculate a new Private Resolvable address.
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:233
osal_event_hdr_t hdr
SM_MSG_EVENT and status.
Definition: sm.h:136
#define B_ADDR_LEN
Default Public and Random Address Length.
Definition: bcomdef.h:112
bStatus_t SM_StartEncryption(uint16 connHandle, uint8 *pLTK, uint16 div, uint8 *pRandNum, uint8 keyLen)
Send Start Encrypt through HCI.
bStatus_t SM_InitiatorInit(void)
Initialize SM Initiator on a master device.
Status_t bStatus_t
BLE Generic Status return.
Definition: bcomdef.h:227
osal_event_hdr_t hdr
osal event header
Definition: sm.h:113
bStatus_t SM_GenerateAuthenSig(uint8 *pData, uint16 len, uint8 *pAuthenSig)
Generate an outgoing Authentication Signature.
uint32 signCounter
Sign Counter.
Definition: sm.h:214
LE Read P256 Public Key Complete Event.
Definition: hci.h:1141
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:115
osal_event_hdr_t hdr
SM_NEW_RAND_KEY_EVENT and status.
Definition: sm.h:104
keyDist_t keyDist
Key Distribution mask.
Definition: sm.h:183
bStatus_t SM_Encrypt(uint8 *pKey, uint8 *pPlainText, uint8 *pResult)
Encrypt the plain text data with the key..