From 4678447d457f8c5b1d6e39d5dde87295daf3e7f8 Mon Sep 17 00:00:00 2001 From: Peter Herager Date: Thu, 2 May 2019 12:24:31 +0200 Subject: [PATCH] Bluetooth: Add debug kconfig for bluetooth services Add kconfig to enable debug output for bluetoth services Signed-off-by: Peter Herager --- subsys/bluetooth/host/Kconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index c5b22fcbb40..287f311ce2d 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -511,8 +511,15 @@ config BT_DEBUG_SDP bool "Bluetooth Service Discovery Protocol (SDP) debug" depends on BT_BREDR help - This option enables debug support for the Bluetooth - Service Discovery Protocol (SDP). + This option enables debug support for the Bluetooth + Service Discovery Protocol (SDP). + +config BT_DEBUG_SERVICE + bool "Bluetooth Services debug" + depends on BT_CONN + help + This option enables debug support for the Bluetooth + Services. endif # BT_DEBUG