ble_gap_evt_remote_tx_pwr_read_ind_t Struct Reference

Remote transmit power read indication info event for BLE_GAPC_EVT_REMOTE_TX_POWER_READ. More...

#include <ble_gapc.h>

Public Attributes

uint8_t phy
 
int8_t tx_pwr
 
uint8_t flags
 

Detailed Description

Remote transmit power read indication info event for BLE_GAPC_EVT_REMOTE_TX_POWER_READ.

Definition at line 944 of file ble_gapc.h.

Member Data Documentation

◆ flags

uint8_t ble_gap_evt_remote_tx_pwr_read_ind_t::flags

Transmit Power level flags, see ble_gap_pwr_lvl_flag_t.

Definition at line 948 of file ble_gapc.h.

◆ phy

uint8_t ble_gap_evt_remote_tx_pwr_read_ind_t::phy

Phy see ble_gap_phy_type_t.

Definition at line 946 of file ble_gapc.h.

◆ tx_pwr

int8_t ble_gap_evt_remote_tx_pwr_read_ind_t::tx_pwr

Transmit Power level (dBm).

Definition at line 947 of file ble_gapc.h.


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