drivers/nble: Add BLUETOOTH_DEBUG_GATT to Kconfig
This option can be used to enable debug for GATT using the same option as with HCI driver. Change-Id: Ie2f2692422bc1e1f2a5504c60d90961261b53d17 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
4318fc0e5b
commit
badcb1dc95
1 changed files with 11 additions and 0 deletions
|
@ -62,6 +62,17 @@ config BLUETOOTH_DEBUG
|
||||||
default n
|
default n
|
||||||
select STDOUT_CONSOLE
|
select STDOUT_CONSOLE
|
||||||
|
|
||||||
|
if BLUETOOTH_DEBUG
|
||||||
|
|
||||||
|
config BLUETOOTH_DEBUG_GATT
|
||||||
|
bool "Bluetooth Generic Attribute Profile (GATT) debug"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
This option enables debug support for the Bluetooth
|
||||||
|
Generic Attribute Profile (GATT).
|
||||||
|
|
||||||
|
endif # BLUETOOTH_DEBUG
|
||||||
|
|
||||||
config NBLE_UART_ON_DEV_NAME
|
config NBLE_UART_ON_DEV_NAME
|
||||||
string "Device Name of UART Device for Nordic BLE"
|
string "Device Name of UART Device for Nordic BLE"
|
||||||
default "UART_0"
|
default "UART_0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue