![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.14.00
|
Data Fields | |
| uint16_t | connectionHandle |
| Connection handle. More... | |
| uint8_t | deviceAddr [B_ADDR_LEN] |
| address of device to pair with, and could be either public or random. More... | |
| osal_event_hdr_t | hdr |
| GAP_MSG_EVENT and status More... | |
| uint32_t | numComparison |
| Numeric Comparison value to be displayed. More... | |
| uint8_t | opcode |
| GAP_PASSKEY_NEEDED_EVENT More... | |
| uint8_t | uiInputs |
| Pairing User Interface Inputs - Ask user to input passcode. More... | |
| uint8_t | uiOutputs |
| Pairing User Interface Outputs - Display passcode. More... | |
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.
| 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 |
| uint8_t uiInputs |
Pairing User Interface Inputs - Ask user to input passcode.
| uint8_t uiOutputs |
Pairing User Interface Outputs - Display passcode.