|
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_PASSKEY_NEEDED_EVENT. | |
| uint8 | deviceAddr [6] |
| address of device to pair with, and could be either public or random. | |
| uint16 | connectionHandle |
| Connection handle. | |
| uint8 | uiInputs |
| Pairing User Interface Inputs - Ask user to input passcode. | |
| uint8 | uiOutputs |
| Pairing User Interface Outputs - Display passcode. | |
| uint32 | numComparison |
| Numeric Comparison value to be displayed. | |
GAP_PASSKEY_NEEDED_EVENT message format. This message is sent to the app when a Passkey is needed from the app's user interface.
1.8.12