Remote transmit power read indication info. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | phy |
int8_t | tx_pwr |
uint8_t | flags |
Remote transmit power read indication info.
Definition at line 749 of file ble_gapc.h.
uint8_t ble_gap_remote_tx_pwr_read_ind_t::flags |
Transmit Power level flags, see ble_gap_pwr_lvl_flag_t.
Definition at line 753 of file ble_gapc.h.
uint8_t ble_gap_remote_tx_pwr_read_ind_t::phy |
Phy see ble_gap_phy_type_t.
Definition at line 751 of file ble_gapc.h.
int8_t ble_gap_remote_tx_pwr_read_ind_t::tx_pwr |
Transmit Power level (dBm).
Definition at line 752 of file ble_gapc.h.