ble_gap_local_tx_pwr_read_ind_t Struct Reference

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
 

Detailed Description

Local transmit power read indication info.

Definition at line 741 of file ble_gapc.h.

Member Data Documentation

◆ curr_tx_pwr_lvl

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.

◆ max_tx_pwr_lvl

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.

◆ phy

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.


The documentation for this struct was generated from the following file: