|
Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Frame space updated callback params. More...
#include <conn.h>
Data Fields | |
| uint8_t | status |
| HCI Status from LE Frame Space Update Complete event. | |
| enum bt_conn_le_frame_space_update_initiator | initiator |
| Initiator of the frame space update. | |
| uint16_t | frame_space |
| Updated frame space in microseconds. | |
| uint8_t | phys |
| Phy mask of the PHYs updated. | |
| uint16_t | spacing_types |
| Spacing types mask of the spacing types updated. | |
Frame space updated callback params.
| uint16_t bt_conn_le_frame_space_updated::frame_space |
Updated frame space in microseconds.
| enum bt_conn_le_frame_space_update_initiator bt_conn_le_frame_space_updated::initiator |
Initiator of the frame space update.
| uint8_t bt_conn_le_frame_space_updated::phys |
Phy mask of the PHYs updated.
Refer to BT_HCI_LE_FRAME_SPACE_UPDATE_PHY_* for values.
| uint16_t bt_conn_le_frame_space_updated::spacing_types |
Spacing types mask of the spacing types updated.
Refer to BT_HCI_LE_FRAME_SPACE_UPDATE_SPACING_TYPE_* and BT_CONN_LE_FRAME_SPACE_TYPES_MASK_* for values.
| uint8_t bt_conn_le_frame_space_updated::status |
HCI Status from LE Frame Space Update Complete event.
The remaining parameters will be invalid if status is not BT_HCI_ERR_SUCCESS.