Local transmit power read indication info. More...
#include <ble_gapc.h>
Public Attributes | |
| uint8_t | phy |
| int8_t | curr_tx_pwr_lvl |
| int8_t | max_tx_pwr_lvl |
Local transmit power read indication info.
Definition at line 757 of file ble_gapc.h.
| int8_t ble_gap_local_tx_pwr_read_ind_t::curr_tx_pwr_lvl |
Current transmit power level (dBm).
Definition at line 760 of file ble_gapc.h.
| int8_t ble_gap_local_tx_pwr_read_ind_t::max_tx_pwr_lvl |
Max transmit power level (dBm).
Definition at line 761 of file ble_gapc.h.
| uint8_t ble_gap_local_tx_pwr_read_ind_t::phy |
Phy see ble_gap_phy_type_t.
Definition at line 759 of file ble_gapc.h.