drivers/nble: Add debug option for Nordic RPC
This debug option enables debug of Nordic RPC. Change-Id: I2e963f10ed6407b836e1572673244cb0187227d2 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
77d1e04a7f
commit
017394c2a6
3 changed files with 18 additions and 1 deletions
|
@ -103,6 +103,13 @@ config NBLE_DEBUG_GAP
|
|||
Generic Access Profile (GAP) in the interfaces to the
|
||||
Nordic chip.
|
||||
|
||||
config NBLE_DEBUG_RPC
|
||||
bool "NBLE RPC debug"
|
||||
default n
|
||||
help
|
||||
This option enables debug for RPC interface to the Nordic
|
||||
Bluetooth LE chip.
|
||||
|
||||
endif # BLUETOOTH_DEBUG
|
||||
|
||||
config NBLE_UART_ON_DEV_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue