|
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_PAIRING_REQ_EVENT. | |
| uint16 | connectionHandle |
| connection Handle | |
| 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.
1.8.12