BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::peripheral_connection_interval_range< MinInterval, MaxInterval, typename > Struct Template Reference

add peripheral connection interval range to advertising data More...

#include <bluetoe/peripheral_connection_interval_range.hpp>

Detailed Description

template<std::uint16_t MinInterval = no_specific_peripheral_connection_minimum_interval, std::uint16_t MaxInterval = no_specific_peripheral_connection_maximum_interval, typename = typename details::check_peripheral_connection_interval_range_parameters< MinInterval, MaxInterval >::type>
struct bluetoe::peripheral_connection_interval_range< MinInterval, MaxInterval, typename >

add peripheral connection interval range to advertising data

Adds <<Peripheral Connection Interval Range>> AD type to the advertising data. MinInterval and MaxInterval must be within the range of 0x0006 to 0x0C80. Using no_specific_peripheral_connection_minimum_interval or no_specific_peripheral_connection_maximum_interval specifies, that the respective value is not used.


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