mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

ble_gap_master_id_t Struct Reference

ble_gap_master_id_t Struct Reference
[Generic Access Profile (GAP)]

GAP Master Identification. More...

#include <ble_gap.h>

Data Fields

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

Detailed Description

GAP Master Identification.

Definition at line 390 of file ble_gap.h.


Field Documentation

uint16_t ediv

Encrypted Diversifier.

Definition at line 392 of file ble_gap.h.

uint8_t rand[8]

Random Number.

Definition at line 393 of file ble_gap.h.