Data structure of the get_remote_tx_power_completed event.
Public Attribute Documentation#
status#
uint16_t sl_bt_evt_connection_get_remote_tx_power_completed_s::status
SL_STATUS_OK or another error code indicating the reading remote transmit power operation failed.
5688
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
connection#
uint8_t sl_bt_evt_connection_get_remote_tx_power_completed_s::connection
Handle of the connection
5690
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
phy#
uint8_t sl_bt_evt_connection_get_remote_tx_power_completed_s::phy
Enum sl_bt_gap_phy_coding_t. The PHY for which the transmit power is reported. Values:
sl_bt_gap_phy_coding_1m_uncoded (0x1): 1M PHY
sl_bt_gap_phy_coding_2m_uncoded (0x2): 2M PHY
sl_bt_gap_phy_coding_125k_coded (0x4): 125k Coded PHY (S=8)
sl_bt_gap_phy_coding_500k_coded (0x8): 500k Coded PHY (S=2)
5691
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
power_level#
int8_t sl_bt_evt_connection_get_remote_tx_power_completed_s::power_level
Transmit power level in dBm. Values:
Range: -127 to +20
SL_BT_CONNECTION_TX_POWER_UNMANAGED (0x7E): Remote device is not managing power levels on this PHY.
SL_BT_CONNECTION_TX_POWER_UNAVAILABLE (0x7F): Transmit power level is not available.
5701
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
flags#
uint8_t sl_bt_evt_connection_get_remote_tx_power_completed_s::flags
Enum sl_bt_connection_tx_power_flag_t. Transmit power level flags. Ignore this field if power_level
is set to 0x7E or 0x7F. Values:
sl_bt_connection_tx_power_flag_none (0x0): No flag is defined for the reported TX power level
sl_bt_connection_tx_power_at_minimum (0x1): Transmit power level is at minimum level.
sl_bt_connection_tx_power_at_maximum (0x2): Transmit power level is at maximum level.
5710
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
delta#
int8_t sl_bt_evt_connection_get_remote_tx_power_completed_s::delta
Change in transmit power level. Values:
SL_BT_CONNECTION_TX_POWER_CHANGE_UNAVAILABLE (0x7F): Change is not available or is out of range.
Other values: positive indicates increased power, negative indicates decreased power, and zero indicates unchanged. Units: dB
5722
of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h