mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 06:05:46 +00:00
Added Transmit Power Service implementation. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
16 lines
303 B
Plaintext
16 lines
303 B
Plaintext
# Bluetooth GATT TX Power Service
|
|
|
|
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig BT_TPS
|
|
bool "Enable GATT TX Power service"
|
|
|
|
if BT_TPS
|
|
|
|
module = BT_TPS
|
|
module-str = TPS
|
|
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
|
|
|
|
endif # BT_TPS
|