drivers/nble: Enable NBLE GAP debug
Use NBLE_DEBUG_GAP to enabled / disable GAP NBLE debug. Change-Id: Iefbb18e697d523137a101df00b02d46e209e7f14 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
92cd5c9529
commit
fb68b8e780
2 changed files with 14 additions and 1 deletions
|
@ -95,6 +95,14 @@ config BLUETOOTH_DEBUG_GATT
|
|||
This option enables debug support for the Bluetooth
|
||||
Generic Attribute Profile (GATT).
|
||||
|
||||
config NBLE_DEBUG_GAP
|
||||
bool "NBLE Generic Access Profile (GAP) debug"
|
||||
default n
|
||||
help
|
||||
This option enables debug support for the Bluetooth
|
||||
Generic Access Profile (GAP) in the interfaces to the
|
||||
Nordic chip.
|
||||
|
||||
endif # BLUETOOTH_DEBUG
|
||||
|
||||
config NBLE_UART_ON_DEV_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue