Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_vs_set_tx_pwr_comp_evt_t Struct Reference

This structure notifies that tx power has been set. More...

Data Fields

uint16_t conn_hdl
 Connection handle that identifying the link whose tx power has been set. More...
 
int8_t curr_tx_pwr
 Tx power that has been set(dBm). More...
 

Detailed Description

This structure notifies that tx power has been set.

Field Documentation

◆ conn_hdl

uint16_t st_ble_vs_set_tx_pwr_comp_evt_t::conn_hdl

Connection handle that identifying the link whose tx power has been set.

If non connected state, this field shows 0xFFFF.

◆ curr_tx_pwr

int8_t st_ble_vs_set_tx_pwr_comp_evt_t::curr_tx_pwr

Tx power that has been set(dBm).