Actual connection parameters returned by the controller. More...
#include <connection2.h>
Public Attributes | |
uint16_t | interval |
uint16_t | latency |
uint16_t | supervision_timeout |
Actual connection parameters returned by the controller.
uint16_t pw::bluetooth::low_energy::Connection2::ConnectionParameters::interval |
The connection interval indicates the frequency of link layer connection events over which data channel PDUs can be transmitted. See Core Spec v6, Vol 6, Part B, Section 4.5.1 for more information on the link layer connection events.
uint16_t pw::bluetooth::low_energy::Connection2::ConnectionParameters::latency |
The maximum allowed peripheral connection latency in number of connection events. See Core Spec v5, Vol 6, Part B, Section 4.5.1.
uint16_t pw::bluetooth::low_energy::Connection2::ConnectionParameters::supervision_timeout |
This defines the maximum time between two received data packet PDUs before the connection is considered lost. See Core Spec v6, Vol 6, Part B, Section 4.5.2.