zephyr/subsys/bluetooth/services/Kconfig
Kamil Piszczek 0a7a8fd137 bluetooth: services: add Object Transfer service
Added GATT Object Transfer Service implementation.

Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
2020-09-04 17:06:17 +02:00

18 lines
344 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/ots/Kconfig"
endmenu