zephyr/subsys/bluetooth/common
Kumar Gala a45dac0bd1 dts: fix Kconfig enablment of BLUETOOTH_MONITOR_ON_DEV_NAME
Since we generate BLUETOOTH_MONITOR_ON_DEV_NAME based on dts we need a
!HAS_DTS check around it.  Otherwise we can get into odd build errors.
Its also possibly that we don't specify "zephyr,bt-mon-uart" and in that
case we default to CONFIG_UART_CONSOLE_ON_DEV_NAME (ie 'zephyr,console'
on DTS platforms).

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-07-25 12:23:20 -05:00
..
dummy.c Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities 2017-07-12 13:50:51 +03:00
Kconfig dts: fix Kconfig enablment of BLUETOOTH_MONITOR_ON_DEV_NAME 2017-07-25 12:23:20 -05:00
log.c
log.h linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
Makefile Bluetooth: Enforce cooperative priorities in Bluetooth threads 2017-06-15 16:37:49 +03:00
rpa.c Bluetooth: controller: Add inital support for Controller-based privacy 2017-06-20 15:20:09 +03:00
rpa.h