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 741 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 744 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 745 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 743 of file ble_gapc.h.