zephyr/subsys/bluetooth/common
Johann Fischer 9ad610d1a7 bluetooth: remove Kconfig options CONFIG_BT_*_ON_DEV_NAME
Follow up on commit bfd45e5b8c
("drivers: remove Kconfig option CONFIG_UART_CONSOLE_ON_DEV_NAME")
Remove Kconfig options
CONFIG_BT_UART_ON_DEV_NAME and CONFIG_BT_MONITOR_ON_DEV_NAME
since all UART drivers are converted to devicetree and we can just use
DEVICE_DT_GET(DT_CHOSEN(zephyr_bt_uart)) and
DEVICE_DT_GET(DT_CHOSEN(zephyr_bt_mon_uart)).

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-08-25 18:05:17 -04:00
..
CMakeLists.txt
dummy.c bluetooth: Allow immediate logging with software-based LL 2020-09-04 18:48:32 +02:00
Kconfig bluetooth: remove Kconfig options CONFIG_BT_*_ON_DEV_NAME 2021-08-25 18:05:17 -04:00
log.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
rpa.c Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
rpa.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00