changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

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
[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.