Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Kconfig - GATT Services # # Copyright (c) 2018 Nordic Semiconductor ASA # # SPDX-License-Identifier: Apache-2.0 # if BT_CONN menu "GATT Services" source "subsys/bluetooth/services/Kconfig.dis" endmenu endif # BT_CONN