|
dragoon
4383
|
Event structure for BLE_GAP_EVT_PASSKEY_DISPLAY. More...
#include <ble_gap.h>
Data Fields | |
| uint8_t | passkey [6] |
| uint8_t | match_request: 1 |
Event structure for BLE_GAP_EVT_PASSKEY_DISPLAY.
| uint8_t ble_gap_evt_passkey_display_t::match_request |
If 1 requires the application to report the match using sd_ble_gap_auth_key_reply with either BLE_GAP_AUTH_KEY_TYPE_NONE if there is no match or BLE_GAP_AUTH_KEY_TYPE_PASSKEY if there is a match.
| uint8_t ble_gap_evt_passkey_display_t::passkey[6] |