The transmit power levels

C

#define BLE_GAP_TPL_FLAG_LOW                                    (0x00U)
#define BLE_GAP_TPL_FLAG_MID                                    (0x01U)

Description

Defines the flags for transmit power levels.

Macro Definition

MacroDescription
BLE_GAP_TPL_FLAG_LOWTransmit power level is low (reduced power).
BLE_GAP_TPL_FLAG_MIDTransmit power level is medium.