Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

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.