Structure representing the BLE request to set PHY.
This structure is used to define the parameters for a BLE request to set the PHY, including the address of the connected device, all PHYs preference, preferred TX PHY, preferred RX PHY, reserved field for future use, and PHY options.
Public Attributes#
uint8_t
Address of the connected device.
uint8_t
All PHYs preference.
uint8_t
Preferred TX PHY.
uint8_t
Preferred RX PHY.
uint8_t
Reserved for future use.
uint16_t
PHY options.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_set_phy_s::dev_addr[RSI_DEV_ADDR_LEN]
Address of the connected device.
Definition at line
984
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
all_phy#
uint8_t rsi_ble_set_phy_s::all_phy
All PHYs preference.
Definition at line
986
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
tx_phy#
uint8_t rsi_ble_set_phy_s::tx_phy
Preferred TX PHY.
Definition at line
988
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
rx_phy#
uint8_t rsi_ble_set_phy_s::rx_phy
Preferred RX PHY.
Definition at line
990
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
reserved#
uint8_t rsi_ble_set_phy_s::reserved
Reserved for future use.
Definition at line
992
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
phy_options#
uint16_t rsi_ble_set_phy_s::phy_options
PHY options.
Definition at line
994
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h