Representation of a whitelist of addresses. More...
#include <BLETypes.h>
Data Structures | |
struct | entry_t |
BLE address representation. More... | |
Data Fields | |
entry_t * | addresses |
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... | |
Representation of a whitelist of addresses.
Definition at line 845 of file common/BLETypes.h.
entry_t* addresses |
Pointer to the array of the addresses composing the whitelist.
Definition at line 892 of file common/BLETypes.h.
uint8_t capacity |
Capacity of the array holding the addresses.
Definition at line 902 of file common/BLETypes.h.
uint8_t size |
Number addresses in this whitelist.
Definition at line 897 of file common/BLETypes.h.