BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::link_layer::peripheral_latency_configuration< Options > Struct Template Reference

defines a peripheral configuration to be used by the link layer More...

#include <bluetoe/link_layer/include/bluetoe/peripheral_latency.hpp>

Detailed Description

template<peripheral_latency ... Options>
struct bluetoe::link_layer::peripheral_latency_configuration< Options >

defines a peripheral configuration to be used by the link layer

The configuration is a set of options from peripheral_latency. Example:

gatt_server_definition,
bluetoe::link_layer::peripheral_latency::listen_if_unacknowledged_data,
bluetoe::link_layer::peripheral_latency::listen_if_last_received_had_error
>
> gatt_server;
See also
bluetoe::link_layer::peripheral_latency
bluetoe::link_layer::peripheral_latency_configuration_set

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