TI BLE5-Stack API Documentation
1.01.01.00
|
Data Fields | |
uint16_t | connectionHandle |
Connection handle. | |
uint8_t | deviceAddr [B_ADDR_LEN] |
address of device to pair with, and could be either public or random. | |
osal_event_hdr_t | hdr |
GAP_MSG_EVENT and status | |
uint32_t | numComparison |
Numeric Comparison value to be displayed. | |
uint8_t | opcode |
GAP_PASSKEY_NEEDED_EVENT | |
uint8_t | uiInputs |
Pairing User Interface Inputs - Ask user to input passcode. | |
uint8_t | uiOutputs |
Pairing User Interface Outputs - Display passcode. | |
GAP_PASSKEY_NEEDED_EVENT message format.
This message is sent to the app when a Passkey is needed from the app's user interface.
This event will be consumed by the gapbondmgr if it exists.