ble_gap_whitelist_t

S332 SoftDevice v0.9.1 API

S332 SoftDevice v0.9.1

Whitelist structure. More...

#include <ble_gap.h>

Detailed Description

Whitelist structure.

Field Documentation

uint8_t ble_gap_whitelist_t::addr_count

Count of device addresses in array, up to BLE_GAP_WHITELIST_ADDR_MAX_COUNT .

uint8_t ble_gap_whitelist_t::irk_count

Count of IRKs in array, up to BLE_GAP_WHITELIST_IRK_MAX_COUNT .

ble_gap_addr_t ** ble_gap_whitelist_t::pp_addrs

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

ble_gap_irk_t ** ble_gap_whitelist_t::pp_irks

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