Zephyr API 3.6.99
|
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). | |
Connection subrating parameters for LE connections.
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.
uint16_t bt_conn_le_subrate_param::max_latency |
Maximum Peripheral latency in units of subrated connection intervals.
uint16_t bt_conn_le_subrate_param::subrate_max |
Maximum subrate factor.
uint16_t bt_conn_le_subrate_param::subrate_min |
Minimum subrate factor.
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.