Structure represents the Bluetooth set antenna transmit power level.

This structure is used to define the parameters for setting the antenna transmit power level, which includes the protocol mode and transmit power.

Public Attributes#

uint8_t

Protocol mode: 1-BT, 2-LE.

int8_t

Transmit power.

Public Attribute Documentation#

protocol_mode#

uint8_t rsi_bt_set_antenna_tx_power_level_s::protocol_mode

Protocol mode: 1-BT, 2-LE.


Definition at line 456 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h

tx_power#

int8_t rsi_bt_set_antenna_tx_power_level_s::tx_power

Transmit power.


Definition at line 458 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h