Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_rslv_list_key_set_t Struct Reference

IRK of a remote device and IRK type of local device used in R_BLE_GAP_ConfRslvList(). More...

Data Fields

uint8_t remote_irk [BLE_GAP_IRK_SIZE]
 IRK of a remote device to be registered in the Resolving List. More...
 
uint8_t local_irk_type
 IRK type of the local device to be registered in the Resolving List. More...
 

Detailed Description

IRK of a remote device and IRK type of local device used in R_BLE_GAP_ConfRslvList().

Field Documentation

◆ remote_irk

uint8_t st_ble_gap_rslv_list_key_set_t::remote_irk[BLE_GAP_IRK_SIZE]

IRK of a remote device to be registered in the Resolving List.

◆ local_irk_type

uint8_t st_ble_gap_rslv_list_key_set_t::local_irk_type

IRK type of the local device to be registered in the Resolving List.

macro description
BLE_GAP_RL_LOC_KEY_ALL_ZERO(0x00) All-zero IRK.
BLE_GAP_RL_LOC_KEY_REGISTERED(0x01) The IRK registered by R_BLE_GAP_SetLocIdInfo().