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_id_info_t Struct Reference

ble_gap_id_info_t Struct Reference
[Generic Access Profile (GAP)]

GAP Identity Information. More...

#include <ble_gap.h>

Data Fields

ble_gap_addr_t addr
 Bluetooth address to which this key applies.
uint8_t irk [BLE_GAP_SEC_KEY_LEN]
 Identity Resolution Key.

Detailed Description

GAP Identity Information.

Definition at line 398 of file ble_gap.h.


Field Documentation

Bluetooth address to which this key applies.

Definition at line 400 of file ble_gap.h.

uint8_t irk[BLE_GAP_SEC_KEY_LEN]

Identity Resolution Key.

Definition at line 401 of file ble_gap.h.