Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Frame space update params. More...
#include <conn.h>
Data Fields | |
uint8_t | phys |
Phy mask of the PHYs to be updated. | |
uint16_t | spacing_types |
Spacing types mask of the spacing types to be updated. | |
uint16_t | frame_space_min |
Minimum frame space in microseconds. | |
uint16_t | frame_space_max |
Maximum frame space in microseconds. | |
Frame space update params.
uint16_t bt_conn_le_frame_space_update_param::frame_space_max |
Maximum frame space in microseconds.
Bluetooth Core Specification, Vol 4, Part E, Section 7.8.151 allows for a range of frame space from 0 to 10000 microseconds. The actual supported frame space values will be dependent on the controller's capabilities.
uint16_t bt_conn_le_frame_space_update_param::frame_space_min |
Minimum frame space in microseconds.
Bluetooth Core Specification, Vol 4, Part E, Section 7.8.151 allows for a range of frame space from 0 to 10000 microseconds. The actual supported frame space values will be dependent on the controller's capabilities.
uint8_t bt_conn_le_frame_space_update_param::phys |
Phy mask of the PHYs to be updated.
Refer to BT_HCI_LE_FRAME_SPACE_UPDATE_PHY_* for values.
uint16_t bt_conn_le_frame_space_update_param::spacing_types |
Spacing types mask of the spacing types to be updated.
Refer to BT_HCI_LE_FRAME_SPACE_UPDATE_SPACING_TYPE_* and BT_CONN_LE_FRAME_SPACE_TYPES_MASK_* for values.