BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::link_layer::desired_connection_parameters< Interval_min, Interval_max, Latency_min, Latency_max, Timeout_min, Timeout_max > Struct Template Reference

static, desired connection parameters More...

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

Inheritance diagram for bluetoe::link_layer::desired_connection_parameters< Interval_min, Interval_max, Latency_min, Latency_max, Timeout_min, Timeout_max >:

Detailed Description

template<std::uint16_t Interval_min, std::uint16_t Interval_max, std::uint16_t Latency_min, std::uint16_t Latency_max, std::uint16_t Timeout_min, std::uint16_t Timeout_max>
struct bluetoe::link_layer::desired_connection_parameters< Interval_min, Interval_max, Latency_min, Latency_max, Timeout_min, Timeout_max >

static, desired connection parameters

Connection parameters that the peripheral desires to have established. This feature is experimental and but now, it will just fill the given parameters in the LL_CONNECTION_PARAM_RSP response.

Finally, Bluetoe should implement some mean / algorithm / heuristic to establish the desired connection parameters. (for example, by requesting them from the Central).


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