Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_conn_le_subrate_param Struct Reference

Connection subrating parameters for LE connections. More...

#include <conn.h>

Data Fields

uint16_t subrate_min
 Minimum subrate factor.
 
uint16_t subrate_max
 Maximum subrate factor.
 
uint16_t max_latency
 Maximum Peripheral latency in units of subrated connection intervals.
 
uint16_t continuation_number
 Minimum number of underlying connection events to remain active after a packet containing a Link Layer PDU with a non-zero Length field is sent or received.
 
uint16_t supervision_timeout
 Connection Supervision timeout (N * 10 ms).
 

Detailed Description

Connection subrating parameters for LE connections.

Field Documentation

◆ continuation_number

uint16_t bt_conn_le_subrate_param::continuation_number

Minimum number of underlying connection events to remain active after a packet containing a Link Layer PDU with a non-zero Length field is sent or received.

◆ max_latency

uint16_t bt_conn_le_subrate_param::max_latency

Maximum Peripheral latency in units of subrated connection intervals.

◆ subrate_max

uint16_t bt_conn_le_subrate_param::subrate_max

Maximum subrate factor.

◆ subrate_min

uint16_t bt_conn_le_subrate_param::subrate_min

Minimum subrate factor.

◆ supervision_timeout

uint16_t bt_conn_le_subrate_param::supervision_timeout

Connection Supervision timeout (N * 10 ms).

If using bt_conn_le_subrate_set_defaults, this is the maximum supervision timeout allowed in requests by a peripheral.


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