S140 SoftDevice v7.3.0
Data Fields
ble_gap_evt_passkey_display_t Struct Reference

Event structure for BLE_GAP_EVT_PASSKEY_DISPLAY. More...

#include <ble_gap.h>

Data Fields

uint8_t passkey [6]
 
uint8_t match_request: 1
 

Detailed Description

Event structure for BLE_GAP_EVT_PASSKEY_DISPLAY.

Field Documentation

uint8_t ble_gap_evt_passkey_display_t::match_request
                 If 1 requires the application to report the match using @ref 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]

6-digit passkey in ASCII ('0'-'9' digits only).


Documentation feedback | Developer Zone | Subscribe | Updated