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

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

Data Fields

uint16_t conn_hdl
 Connection handle that identifying the link whose tx power has been acquired.
If non connected state, this field shows 0xFFFF. More...
 
int8_t curr_tx_pwr
 Current tx power(dBm). More...
 
int8_t max_tx_pwr
 Maximum tx power(dBm). More...
 

Detailed Description

This structure notifies that tx power has been acquired.

Field Documentation

◆ conn_hdl

uint16_t st_ble_vs_get_tx_pwr_comp_evt_t::conn_hdl

Connection handle that identifying the link whose tx power has been acquired.
If non connected state, this field shows 0xFFFF.

◆ curr_tx_pwr

int8_t st_ble_vs_get_tx_pwr_comp_evt_t::curr_tx_pwr

Current tx power(dBm).

◆ max_tx_pwr

int8_t st_ble_vs_get_tx_pwr_comp_evt_t::max_tx_pwr

Maximum tx power(dBm).