zephyr/subsys/bluetooth/host
Johan Hedberg d1a3f4f4fe Bluetooth: Host: Fix monitor UART selection
Most boards set zephyr,bt-mon-uart to point at the same device as
zephyr,console. It's still useful to have the possibility of having these
as two different devices, however it's useful to fall back to the UART
console in case a dedicated monitor UART hasn't been specified.

This also ensures that the fallback only happens if the console UART isn't
enabled, but a DT chosen property exists for it. Additionally, we now get a
user friendly error in case the Bluetooth UART monitor feature has been
enabled in Kconfig but there isn't a suitable UART available for it in
devicetree.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
2024-11-01 09:56:52 -05:00
..
classic
shell Bluetooth: Shell: Fix missing RX QoS param and MSE check 2024-10-25 12:55:32 -05:00
CMakeLists.txt
Kconfig bluetooth: host: conn: Check if *conn is not NULL 2024-10-18 17:46:04 +01:00
Kconfig.gatt
Kconfig.l2cap
addr.c
addr_internal.h
adv.c
adv.h
aes_ccm.c
att.c
att_internal.h
buf.c
buf_view.h
conn.c bluetooth: host: conn: Check if *conn is not NULL 2024-10-18 17:46:04 +01:00
conn_internal.h
crypto.h
crypto_psa.c
crypto_tc.c
cs.c bluetooth: host: Add helper function for parsing PCTs 2024-10-25 14:06:25 +02:00
data.c
direction.c
direction_internal.h
ecc.c
ecc.h
gatt.c Bluetooth: host: Fix unsafe cast in is_subscribed 2024-11-01 09:55:25 -05:00
gatt_internal.h
hci_common.c
hci_core.c Bluetooth: Host: Add BT_TESTING trace event for ACL pool destroy 2024-10-26 17:13:45 +02:00
hci_core.h
hci_ecc.c
hci_ecc.h
hci_raw.c
hci_raw_internal.h
id.c Bluetooth: Host: Remove implicit conversions of own_addr_type 2024-10-23 16:53:23 +02:00
id.h
iso.c
iso_internal.h
keys.c
keys.h subsys/bluetooth/host/keys.h: Add include guard and required include 2024-10-29 09:24:13 -07:00
l2cap.c Bluetooth: Host: Upgrade log severity for L2CAP user error 2024-10-26 17:13:45 +02:00
l2cap_internal.h
long_wq.c
long_wq.h
monitor.c Bluetooth: Host: Fix monitor UART selection 2024-11-01 09:56:52 -05:00
monitor.h
scan.c
scan.h
settings.c
settings.h
smp.c
smp.h
smp_null.c
uuid.c