|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Minimum supported connection interval group. More...
#include <zephyr/bluetooth/conn.h>
Data Fields | |
| uint16_t | min_125us |
| Lower bound of group interval range. | |
| uint16_t | max_125us |
| Upper bound of group interval range. | |
| uint16_t | stride_125us |
| Increment between consecutive supported intervals. | |
Minimum supported connection interval group.
Each group represents an arithmetic sequence of supported connection intervals: min, min + stride, min + 2 * stride, ..., min + n * stride (where min + n * stride <= max)
Example: min = 10 (1250 us), max = 60 (7500 us), stride = 5 (625 us) -> Supported: 1250 us, 1875 us, 2500 us, ..., 6875 us, 7500 us
| uint16_t bt_conn_le_min_conn_interval_group::max_125us |
Upper bound of group interval range.
Unit: 125 microseconds
Range: BT_HCI_LE_SCI_INTERVAL_MIN_125US - BT_HCI_LE_SCI_INTERVAL_MAX_125US
| uint16_t bt_conn_le_min_conn_interval_group::min_125us |
Lower bound of group interval range.
Unit: 125 microseconds
Range: BT_HCI_LE_SCI_INTERVAL_MIN_125US - BT_HCI_LE_SCI_INTERVAL_MAX_125US
| uint16_t bt_conn_le_min_conn_interval_group::stride_125us |
Increment between consecutive supported intervals.
Unit: 125 microseconds
Range: BT_HCI_LE_SCI_STRIDE_MIN_125US - BT_HCI_LE_SCI_INTERVAL_MAX_125US