Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_conn_le_conn_rate_changed Struct Reference

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.

Detailed Description

Updated connection rate parameters.

Field Documentation

◆ continuation_number

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

◆ interval_us

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

◆ peripheral_latency

uint16_t bt_conn_le_conn_rate_changed::peripheral_latency

◆ subrate_factor

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

◆ supervision_timeout_10ms

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


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