![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.14.00
|
Data Fields | |
| uint8_t | authReq |
| uint16_t | connectionHandle |
| Connection Handle. More... | |
| uint8_t | deviceAddr [B_ADDR_LEN] |
| address of device requesting security More... | |
| osal_event_hdr_t | hdr |
| GAP_MSG_EVENT and status More... | |
| uint8_t | opcode |
| GAP_PERIPHERAL_REQUESTED_SECURITY_EVENT More... | |
GAP_PERIPHERAL_REQUESTED_SECURITY_EVENT message format.
This message is sent to the app when a Peripheral Security Request is received.
This event will be consumed by the gapbondmgr if it exists.
| uint8_t authReq |
Authentication Requirements
Bit 2: MITM, Bits 0-1: bonding (0 - no bonding, 1 - bonding)
| uint16_t connectionHandle |
Connection Handle.
| uint8_t deviceAddr[B_ADDR_LEN] |
address of device requesting security
| osal_event_hdr_t hdr |
GAP_MSG_EVENT and status
| uint8_t opcode |