TI BLE5-Stack API Documentation
1.01.01.00
|
Data Fields | |
uint16_t | connectionHandle |
connection Handle | |
osal_event_hdr_t | hdr |
GAP_MSG_EVENT and status | |
uint8_t | opcode |
GAP_PAIRING_REQ_EVENT | |
gapPairingReq_t | pairReq |
The Pairing Request fields received. | |
GAP_PAIRING_REQ_EVENT message format.
This message is sent when an unexpected Pairing Request is received and pairing must be initiated with GAP_Authenticate using the pairReq field received here
This event will be consumed by the gapbondmgr if it exists.