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:
parent
cddb3a1e34
commit
4678447d45
1 changed files with 9 additions and 2 deletions
|
@ -511,8 +511,15 @@ config BT_DEBUG_SDP
|
||||||
bool "Bluetooth Service Discovery Protocol (SDP) debug"
|
bool "Bluetooth Service Discovery Protocol (SDP) debug"
|
||||||
depends on BT_BREDR
|
depends on BT_BREDR
|
||||||
help
|
help
|
||||||
This option enables debug support for the Bluetooth
|
This option enables debug support for the Bluetooth
|
||||||
Service Discovery Protocol (SDP).
|
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
|
endif # BT_DEBUG
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue