Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Data Fields
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

entry_t* addresses

Pointer to the array of the addresses composing the whitelist.

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

uint8_t capacity

Capacity of the array holding the addresses.

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

uint8_t size

Number addresses in this whitelist.

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

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.