BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
bluetoe::link_layer::static_address< A, B, C, D, E, F > Struct Template Reference

defines a defined 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 &)
 returns the static, configured address A:B:C:D:E:F
 

Detailed Description

template<std::uint8_t A, std::uint8_t B, std::uint8_t C, std::uint8_t D, std::uint8_t E, std::uint8_t F>
struct bluetoe::link_layer::static_address< A, B, C, D, E, F >

defines a defined static random address

The address will be A:B:C:D:E:F


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