BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bluetoe::link_layer::random_device_address Class Reference

data type containing a random device address More...

#include <bluetoe/utility/include/bluetoe/address.hpp>

Inheritance diagram for bluetoe::link_layer::random_device_address:
bluetoe::link_layer::device_address bluetoe::link_layer::address

Public Member Functions

 random_device_address ()
 initialize a random device address 00:00:00:00:00:00
 
 random_device_address (const std::initializer_list< std::uint8_t > &initial_values)
 initialize a random device address by a initializer list with exactly 6 elements
 
 random_device_address (const std::uint8_t *initial_values)
 initializing a random device address by taking 6 bytes from the given start of an array
 

Additional Inherited Members

Detailed Description

data type containing a random device address

The type is mainly ment to be a factory to construct a device_address

Examples
change_advertising_example.cpp.

The documentation for this class was generated from the following file: