Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Gap::Whitelist_t Struct Reference

Gap::Whitelist_t Struct Reference

Representation of a whitelist of addresses. More...

#include <Gap.h>

Data Fields

BLEProtocol::Address_taddresses
 Pointer to the array of the addresses composing the whitelist.
uint8_t size
 Number addresses in this whitelist.
uint8_t capacity
 Capacity of the array holding the addresses.

Detailed Description

Representation of a whitelist of addresses.

Definition at line 457 of file Gap.h.


Field Documentation

Pointer to the array of the addresses composing the whitelist.

Definition at line 461 of file Gap.h.

uint8_t capacity

Capacity of the array holding the addresses.

Definition at line 471 of file Gap.h.

uint8_t size

Number addresses in this whitelist.

Definition at line 466 of file Gap.h.