Zephyr API 3.6.99
|
Updated subrating connection parameters for LE connections. More...
#include <conn.h>
Data Fields | |
uint8_t | status |
HCI Status from LE Subrate Changed event. | |
uint16_t | factor |
Connection subrate factor. | |
uint16_t | continuation_number |
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 | peripheral_latency |
Peripheral latency in units of subrated connection intervals. | |
uint16_t | supervision_timeout |
Connection Supervision timeout (N * 10 ms). | |
Updated subrating connection parameters for LE connections.
uint16_t bt_conn_le_subrate_changed::continuation_number |
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_changed::factor |
Connection subrate factor.
uint16_t bt_conn_le_subrate_changed::peripheral_latency |
Peripheral latency in units of subrated connection intervals.
uint8_t bt_conn_le_subrate_changed::status |
HCI Status from LE Subrate Changed event.
The remaining parameters will be unchanged if status is not BT_HCI_ERR_SUCCESS.
uint16_t bt_conn_le_subrate_changed::supervision_timeout |
Connection Supervision timeout (N * 10 ms).