TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
GAP_PAIRING_REQ_EVENT message format. More...
Data Fields | |
uint16 | connectionHandle |
connection Handle | |
osal_event_hdr_t | hdr |
GAP_MSG_EVENT and status | |
uint8 | opcode |
GAP_PAIRING_REQ_EVENT | |
gapPairingReq_t | pairReq |
The Pairing Request fields received. | |
GAP_PAIRING_REQ_EVENT message format.
This message is sent to the app when an unexpected Pairing Request is received. The application is expected to setup for a Security Manager pairing/bonding.
To setup an SM Pairing, the application should call GAP_Authenticate() with these "pairReq" fields.
NOTE: This message should only be sent to peripheral devices.