R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_passkey_display_t Struct Reference

ble_gap_evt_passkey_display_t Struct Reference
[Structures]

Event structure for BLE_GAP_EVT_PASSKEY_DISPLAY. More...

#include <ble_gap.h>

Data Fields

uint8_t passkey [BLE_GAP_PASSKEY_LEN]
 6-digit passkey in ASCII ('0'-'9' digits only).

Detailed Description

Event structure for BLE_GAP_EVT_PASSKEY_DISPLAY.

Definition at line 592 of file ble_gap.h.


Field Documentation

uint8_t passkey[BLE_GAP_PASSKEY_LEN]

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

Definition at line 594 of file ble_gap.h.