zephyr/subsys/bluetooth/services/Kconfig
Anuj Pathak 957d59814b bluetooth: services: added current time service
- added ctc implementation
- updated Kconfig & CMake files
- updated service doc

Signed-off-by: Anuj Pathak <anuj@croxel.com>
2024-08-29 11:38:28 +02:00

26 lines
348 B
Plaintext

# GATT Services
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
menu "GATT Services"
depends on BT_CONN
rsource "Kconfig.dis"
rsource "Kconfig.cts"
rsource "Kconfig.hrs"
rsource "Kconfig.tps"
rsource "nus/Kconfig.nus"
rsource "ias/Kconfig.ias"
rsource "ots/Kconfig"
rsource "bas/Kconfig.bas"
endmenu