2019-11-01 20:45:29 +08:00
|
|
|
# GATT Services
|
|
|
|
|
2018-11-01 23:44:52 +08:00
|
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menu "GATT Services"
|
2019-12-21 14:00:23 +08:00
|
|
|
depends on BT_CONN
|
2018-11-01 23:44:52 +08:00
|
|
|
|
|
|
|
source "subsys/bluetooth/services/Kconfig.dis"
|
|
|
|
|
2018-09-11 20:05:46 +08:00
|
|
|
source "subsys/bluetooth/services/Kconfig.bas"
|
|
|
|
|
2019-07-04 22:44:29 +08:00
|
|
|
source "subsys/bluetooth/services/Kconfig.hrs"
|
|
|
|
|
2018-11-01 23:44:52 +08:00
|
|
|
endmenu
|