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

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.
 

Detailed Description

Frame space update params.

Field Documentation

◆ frame_space_max

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.

◆ frame_space_min

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.

◆ phys

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.

◆ spacing_types

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.


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