|
TI BLE Stack API Documentation
2.03.08
|
#include <gap.h>
Public Attributes | |
| osal_event_hdr_t | hdr |
| GAP_MSG_EVENT and status. | |
| uint8 | opcode |
| GAP_AUTHENTICATION_COMPLETE_EVENT. | |
| uint16 | connectionHandle |
| Connection Handle from controller used to ref the device. | |
| uint8 | authState |
| TRUE if the pairing was authenticated (MITM) | |
| smSecurityInfo_t * | pSecurityInfo |
| BOUND - security information from this device. | |
| smSigningInfo_t * | pSigningInfo |
| Signing information. | |
| smSecurityInfo_t * | pDevSecInfo |
| BOUND - security information from connected device. | |
| smIdentityInfo_t * | pIdentityInfo |
| BOUND - identity information. | |
GAP_AUTHENTICATION_COMPLETE_EVENT message format. This message is sent to the app when the authentication request is complete.
1.8.12