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:
Luiz Augusto von Dentz 2016-02-11 10:44:06 +02:00 committed by Gerrit Code Review
commit badcb1dc95

View file

@ -62,6 +62,17 @@ config BLUETOOTH_DEBUG
default n
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
string "Device Name of UART Device for Nordic BLE"
default "UART_0"