nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_whitelist_t Struct Reference

Data Fields

ble_gap_addr_t ** pp_addrs
 
uint8_t addr_count
 
ble_gap_irk_t ** pp_irks
 
uint8_t irk_count
 

Field Documentation

ble_gap_addr_t** pp_addrs

Pointer to array of device address pointers, pointing to addresses to be used in whitelist. NULL if none are given.

uint8_t addr_count

Count of device addresses in array, up to BLE_GAP_WHITELIST_ADDR_MAX_COUNT.

ble_gap_irk_t** pp_irks

Pointer to array of Identity Resolving Key (IRK) pointers, each pointing to an IRK in the whitelist. NULL if none are given.

uint8_t irk_count

Count of IRKs in array, up to BLE_GAP_WHITELIST_IRK_MAX_COUNT.