Microchip® Advanced Software Framework

at_ble_IRK_t Struct Reference

IRKey.

#include <at_ble_api.h>

Data Fields

at_ble_addr_t addr
 Device BD Address. More...
 
uint8_t key [AT_BLE_MAX_KEY_LEN]
 Identity Resolving Key array of AT_BLE_MAX_KEY_LEN. More...
 

at_ble_addr_t at_ble_IRK_t::addr

Device BD Address.

Referenced by gapc_bond_ind().

uint8_t at_ble_IRK_t::key

Identity Resolving Key array of AT_BLE_MAX_KEY_LEN.

Identity Resolving Key.

Referenced by at_ble_init(), at_ble_set_dev_config(), at_ble_set_privacy_key(), ble_pair_done_handler(), and gapc_bond_ind().