Mbed OS Reference
Loading...
Searching...
No Matches
whitelist_t Struct Reference

Representation of a whitelist of addresses. More...

#include <BLETypes.h>

Data Structures

struct  entry_t
 BLE address representation. More...
 

Data Fields

entry_taddresses
 Pointer to the array of the addresses composing the whitelist. More...
 
uint8_t size
 Number addresses in this whitelist. More...
 
uint8_t capacity
 Capacity of the array holding the addresses. More...
 

Detailed Description

Representation of a whitelist of addresses.

Definition at line 849 of file common/BLETypes.h.

Field Documentation

◆ addresses

entry_t* addresses

Pointer to the array of the addresses composing the whitelist.

Definition at line 896 of file common/BLETypes.h.

◆ size

uint8_t size

Number addresses in this whitelist.

Definition at line 901 of file common/BLETypes.h.

◆ capacity

uint8_t capacity

Capacity of the array holding the addresses.

Definition at line 906 of file common/BLETypes.h.