TX power info struct. More...
#include <ble_gapc.h>
Public Attributes | |
int8_t | min_tx_pwr |
int8_t | max_tx_pwr |
TX power info struct.
Definition at line 195 of file ble_gapc.h.
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.
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.