|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Updated connection rate parameters. More...
#include <zephyr/bluetooth/conn.h>
Data Fields | |
| uint32_t | interval_us |
| Connection interval. | |
| uint16_t | subrate_factor |
| Connection subrate factor. | |
| uint16_t | peripheral_latency |
| Peripheral latency. | |
| 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 | supervision_timeout_10ms |
| Connection Supervision timeout. | |
Updated connection rate parameters.
| uint16_t bt_conn_le_conn_rate_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.
Range: BT_HCI_LE_CONTINUATION_NUM_MIN - BT_HCI_LE_CONTINUATION_NUM_MAX
| uint32_t bt_conn_le_conn_rate_changed::interval_us |
Connection interval.
Unit: microseconds
Range: BT_HCI_LE_SCI_INTERVAL_MIN_US - BT_HCI_LE_SCI_INTERVAL_MAX_US
| uint16_t bt_conn_le_conn_rate_changed::peripheral_latency |
Peripheral latency.
Unit: subrated connection intervals bt_conn_le_conn_rate_changed::subrate_factor
Range: BT_HCI_LE_PERIPHERAL_LATENCY_MIN - BT_HCI_LE_PERIPHERAL_LATENCY_MAX
| uint16_t bt_conn_le_conn_rate_changed::subrate_factor |
Connection subrate factor.
Range: BT_HCI_LE_SUBRATE_FACTOR_MIN - BT_HCI_LE_SUBRATE_FACTOR_MAX
| uint16_t bt_conn_le_conn_rate_changed::supervision_timeout_10ms |
Connection Supervision timeout.
Unit: 10 milliseconds
Range: BT_HCI_LE_SUPERVISON_TIMEOUT_MIN - BT_HCI_LE_SUPERVISON_TIMEOUT_MAX