zephyr/subsys/bluetooth/services/Kconfig
Asbjørn Sæbø 352dd3763e Bluetooth: OTS - join Kconfig for OTS server and client
Merge Kconfig file for OTS server and client.
Rename the client config from _OTC to _OTS_CLIENT

Signed-off-by: Asbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
2022-03-07 10:47:43 +01:00

20 lines
267 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.bas"
rsource "Kconfig.hrs"
rsource "Kconfig.tps"
rsource "ots/Kconfig"
endmenu