Structure represents the BLE request to set PHY.

This structure is used to define the parameters for a BLE request to set the PHY, which includes 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
uint8_t
uint8_t
uint8_t
uint8_t
uint16_t

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 1004 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 1006 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 1008 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 1010 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 1012 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 1014 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h