TX power info struct. More...

#include <ble_gapc.h>

Public Attributes

int8_t min_tx_pwr
 MIN of TX power. More...
 
int8_t max_tx_pwr
 MAX of TX power. More...
 

Detailed Description

TX power info struct.

Definition at line 195 of file ble_gapc.h.

Member Data Documentation

◆ max_tx_pwr

int8_t ble_gap_dev_tx_power_t::max_tx_pwr

MAX of TX power.

Size: 1 octet (signed integer). Range: -127 to +126. Unit: dBm.

Definition at line 198 of file ble_gapc.h.

◆ min_tx_pwr

int8_t ble_gap_dev_tx_power_t::min_tx_pwr

MIN of TX power.

Size: 1 octet (signed integer). Range: -127 to +126. Unit: dBm.

Definition at line 197 of file ble_gapc.h.


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