Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_conn_le_frame_space_updated Struct Reference

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.
 

Detailed Description

Frame space updated callback params.

Field Documentation

◆ frame_space

uint16_t bt_conn_le_frame_space_updated::frame_space

Updated frame space in microseconds.

◆ initiator

enum bt_conn_le_frame_space_update_initiator bt_conn_le_frame_space_updated::initiator

Initiator of the frame space update.

◆ phys

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.

◆ spacing_types

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.

◆ status

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.


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