Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gap_whitelist_t Struct Reference

ble_gap_whitelist_t Struct Reference
[Structures]

Whitelist structure. More...

#include <ble_gap.h>

Data Fields

ble_gap_addr_t ** pp_addrs
 Pointer to array of device address pointers, pointing to addresses to be used in whitelist.
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.
uint8_t irk_count
 Count of IRKs in array, up to BLE_GAP_WHITELIST_IRK_MAX_COUNT.

Detailed Description

Whitelist structure.

Definition at line 353 of file ble_gap.h.


Field Documentation

uint8_t addr_count

Count of device addresses in array, up to BLE_GAP_WHITELIST_ADDR_MAX_COUNT.

Definition at line 356 of file ble_gap.h.

uint8_t irk_count

Count of IRKs in array, up to BLE_GAP_WHITELIST_IRK_MAX_COUNT.

Definition at line 358 of file ble_gap.h.

Pointer to array of device address pointers, pointing to addresses to be used in whitelist.

NULL if none are given.

Definition at line 355 of file ble_gap.h.

Pointer to array of Identity Resolving Key (IRK) pointers, each pointing to an IRK in the whitelist.

NULL if none are given.

Definition at line 357 of file ble_gap.h.