defines a peripheral configuration to be used by the link layer
More...
#include <bluetoe/link_layer/include/bluetoe/peripheral_latency.hpp>
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;
link layer implementation based on HCI
Definition: link_layer.hpp:19
defines a peripheral configuration to be used by the link layer
Definition: peripheral_latency.hpp:138
- 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: