mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 22:35:47 +00:00
Added Transmit Power Service implementation. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
20 lines
392 B
Plaintext
20 lines
392 B
Plaintext
# GATT Services
|
|
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "GATT Services"
|
|
depends on BT_CONN
|
|
|
|
source "subsys/bluetooth/services/Kconfig.dis"
|
|
|
|
source "subsys/bluetooth/services/Kconfig.bas"
|
|
|
|
source "subsys/bluetooth/services/Kconfig.hrs"
|
|
|
|
source "subsys/bluetooth/services/Kconfig.tps"
|
|
|
|
source "subsys/bluetooth/services/ots/Kconfig"
|
|
|
|
endmenu
|