Wallbot_CaaS

Dependencies:   MPU6050 mbed PID

Fork of BLE_MPU6050_test6_challenge_sb by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

ble_gap_id_info_t Struct Reference

ble_gap_id_info_t Struct Reference
[Structures]

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 418 of file ble_gap.h.


Field Documentation

Bluetooth address to which this key applies.

Definition at line 420 of file ble_gap.h.

uint8_t irk[BLE_GAP_SEC_KEY_LEN]

Identity Resolution Key.

Definition at line 421 of file ble_gap.h.