|
BlueToe
an alternative GATT/BLE implementation
|
allows the peripheral latency configuration to be changed at runtime between a given set of configurations. More...
#include <bluetoe/link_layer/include/bluetoe/peripheral_latency.hpp>
Public Member Functions | |
| template<typename NewConfig > | |
| void | change_peripheral_latency () |
| change to a different peripheral latency configuration | |
allows the peripheral latency configuration to be changed at runtime between a given set of configurations.
Every given Configurations has to be a vaild peripheral_latency_configuration<>.
For example:
| void bluetoe::link_layer::peripheral_latency_configuration_set< Configurations >::change_peripheral_latency | ( | ) |
change to a different peripheral latency configuration
NewConfig will be the new configuration. NewConfig has be an element of Configurations...