dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.

Definition at line 801 of file ble_gap.h.

Field Documentation

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.

Definition at line 804 of file ble_gap.h.

uint8_t ble_gap_evt_passkey_display_t::passkey[6]

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

Definition at line 803 of file ble_gap.h.


The documentation for this struct was generated from the following file: