TI BLE5-Stack API Documentation
1.01.01.00
|
Data Fields | |
uint8_t | authState |
TRUE if the pairing was authenticated (MITM) | |
uint16_t | connectionHandle |
Connection Handle from controller used to ref the device. | |
osal_event_hdr_t | hdr |
GAP_MSG_EVENT and status | |
uint8_t | opcode |
GAP_AUTHENTICATION_COMPLETE_EVENT | |
smSecurityInfo_t * | pDevSecInfo |
security information from connected device | |
smIdentityInfo_t * | pIdentityInfo |
identity information | |
smSecurityInfo_t * | pSecurityInfo |
security information from this device | |
smSigningInfo_t * | pSigningInfo |
Signing information. | |
GAP_AUTHENTICATION_COMPLETE_EVENT message format.
This message is sent to the app when the authentication request is complete.
This event will be consumed by the gapbondmgr if it exists.