Local transmit power read indication info event for BLE_GAPC_EVT_LOCAL_TX_POWER_READ. 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 event for BLE_GAPC_EVT_LOCAL_TX_POWER_READ.
Definition at line 936 of file ble_gapc.h.
int8_t ble_gap_evt_local_tx_pwr_read_ind_t::curr_tx_pwr_lvl |
Current transmit power level (dBm).
Definition at line 939 of file ble_gapc.h.
int8_t ble_gap_evt_local_tx_pwr_read_ind_t::max_tx_pwr_lvl |
Max transmit power level (dBm).
Definition at line 940 of file ble_gapc.h.
uint8_t ble_gap_evt_local_tx_pwr_read_ind_t::phy |
Phy see ble_gap_phy_type_t.
Definition at line 938 of file ble_gapc.h.