BlueToe
an alternative GATT/BLE implementation
|
defines that the device will use a static random address. More...
#include <bluetoe/link_layer/include/bluetoe/ll_options.hpp>
Static Public Member Functions | |
static constexpr bool | is_random () |
returns true, because this is a random address | |
template<class Radio > | |
static random_device_address | address (const Radio &r) |
takes a scheduled radio and generates a random static address | |
defines that the device will use a static random address.
A static random address is an address that is random, but stays the same every time the device starts. A static random address is the default.