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
Macro | Description |
---|---|
BLE_GAP_TPL_FLAG_LOW | Transmit power level is low (reduced power). |
BLE_GAP_TPL_FLAG_MID | Transmit power level is medium. |