zephyr/subsys/bluetooth/services/Kconfig
Szymon Czapracki af2e781f5a Bluetooth: Immediate Alert Service
This commits adds IAS for zephyr bluetooth.

Signed-off-by: Szymon Czapracki <szymon.czapracki@codecoup.pl>
2022-04-12 09:59:34 +02:00

22 lines
290 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 "Kconfig.ias"
rsource "ots/Kconfig"
endmenu