Container for the enumeration of BLE address types. More...
#include <BLEProtocol.h>
Public Types |
Container for the enumeration of BLE address types.
would allow the use of AliasedType::PUBLIC in code.
Definition at line 52 of file BLEProtocol.h.
| enum Type |
Address-types for Protocol addresses.
| Enumerator | |
|---|---|
| PUBLIC |
Public device address. |
| RANDOM_STATIC |
Random static device address.
|
| RANDOM_PRIVATE_RESOLVABLE |
Private resolvable device address.
|
| RANDOM_PRIVATE_NON_RESOLVABLE |
Private non-resolvable device address.
|
Definition at line 56 of file BLEProtocol.h.