Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_conn_le_phy_param Struct Reference

Preferred PHY parameters for LE connections. More...

#include <conn.h>

Data Fields

uint16_t options
 Connection PHY options.
 
uint8_t pref_tx_phy
 Bitmask of preferred transmit PHYs.
 
uint8_t pref_rx_phy
 Bitmask of preferred receive PHYs.
 

Detailed Description

Preferred PHY parameters for LE connections.

Field Documentation

◆ options

uint16_t bt_conn_le_phy_param::options

Connection PHY options.

◆ pref_rx_phy

uint8_t bt_conn_le_phy_param::pref_rx_phy

Bitmask of preferred receive PHYs.

◆ pref_tx_phy

uint8_t bt_conn_le_phy_param::pref_tx_phy

Bitmask of preferred transmit PHYs.


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