Bluetooth: Add debug kconfig for bluetooth services

Add kconfig to enable debug output for bluetoth services

Signed-off-by: Peter Herager <pehe@oticon.com>
This commit is contained in:
Peter Herager 2019-05-02 12:24:31 +02:00 committed by Johan Hedberg
commit 4678447d45

View file

@ -514,6 +514,13 @@ config BT_DEBUG_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
config BT_TESTING