From badcb1dc9562af696ee8fbb09a1bf394ac809fa8 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 11 Feb 2016 10:44:06 +0200 Subject: [PATCH] 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 --- drivers/nble/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/drivers/nble/Kconfig b/drivers/nble/Kconfig index ded17e03a7e..750f3bee4d9 100644 --- a/drivers/nble/Kconfig +++ b/drivers/nble/Kconfig @@ -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"