Structure representing the BLE TX test mode parameters.

This structure is used to define the parameters for a BLE TX test mode, including the TX channel, PHY, length of the data to be transmitted, and data mode to be used for the test.

Public Attributes#

uint8_t

TX channel to be used for the test.

uint8_t

PHY to be used for the test.

uint8_t

Length of the data to be transmitted.

uint8_t

Data mode to be used for the test.

Public Attribute Documentation#

tx_channel#

uint8_t rsi_ble_tx_test_mode_s::tx_channel

TX channel to be used for the test.


phy#

uint8_t rsi_ble_tx_test_mode_s::phy

PHY to be used for the test.


tx_len#

uint8_t rsi_ble_tx_test_mode_s::tx_len

Length of the data to be transmitted.


tx_data_mode#

uint8_t rsi_ble_tx_test_mode_s::tx_data_mode

Data mode to be used for the test.