![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.14.00
|
BLEAppUtil Passcode Data Structure. More...
Data Fields | |
| uint16_t | connHandle |
| Connection handle of the current pairing process. More... | |
| BLEAppUtil_BDaddr | deviceAddr |
| Pointer to 6-byte device address which the current pairing. More... | |
| uint32_t | numComparison |
| uint8_t | uiInputs |
| if TRUE, the local device should accept a passcode input. More... | |
| uint8_t | uiOutputs |
| if TRUE, the local device should display the passcode. More... | |
BLEAppUtil Passcode Data Structure.
Used to store the passcode data
| uint16_t connHandle |
Connection handle of the current pairing process.
| BLEAppUtil_BDaddr deviceAddr |
Pointer to 6-byte device address which the current pairing.
| uint32_t numComparison |
If this is a nonzero value, then it is the code that should be displayed for numeric comparison pairing. If this is zero, then passkey entry pairing is occurring.
| uint8_t uiInputs |
if TRUE, the local device should accept a passcode input.
| uint8_t uiOutputs |
if TRUE, the local device should display the passcode.