Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gap_master_id_t Struct Reference

ble_gap_master_id_t Struct Reference
[Structures]

GAP Master Identification. More...

#include <ble_gap.h>

Data Fields

uint16_t ediv
 Encrypted Diversifier.
uint8_t rand [BLE_GAP_SEC_RAND_LEN]
 Random Number.

Detailed Description

GAP Master Identification.

Definition at line 531 of file ble_gap.h.


Field Documentation

uint16_t ediv

Encrypted Diversifier.

Definition at line 533 of file ble_gap.h.

uint8_t rand[BLE_GAP_SEC_RAND_LEN]

Random Number.

Definition at line 534 of file ble_gap.h.