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 Bluetooth: SSP: No MITM if required level is less than L3 2024-10-16 09:59:38 +02:00
shell Bluetooth: Shell: Fix missing RX QoS param and MSE check 2024-10-25 12:55:32 -05:00
addr_internal.h
addr.c
adv.c Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
adv.h
aes_ccm.c
att_internal.h tests: bsim: bluetooth: host: att: Add ATT timeout test 2024-10-10 14:59:02 -04:00
att.c bluetooth: host: att: Implement disconnect on ATT timeout 2024-10-10 14:59:02 -04:00
buf_view.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
buf.c bluetooth: host: fix formatter warnings 2024-09-23 10:01:34 +02:00
CMakeLists.txt Bluetooth: Shell: Restructure shell files 2024-09-24 09:21:04 -04:00
conn_internal.h bluetooth: host: CS support for various HCI commands 2024-10-18 14:15:49 +02:00
conn.c bluetooth: host: conn: Check if *conn is not NULL 2024-10-18 17:46:04 +01:00
crypto_psa.c
crypto_tc.c
crypto.h
cs.c bluetooth: host: Add helper function for parsing PCTs 2024-10-25 14:06:25 +02:00
data.c
direction_internal.h
direction.c Bluetooth: HCI: Expose bt_hci_per_adv_sync_lookup_handle() 2024-07-27 15:09:00 +03:00
ecc.c Bluetooth: Conditionally print out HCI error codes as strings 2024-07-30 18:25:56 +01:00
ecc.h
gatt_internal.h
gatt.c Bluetooth: host: Fix unsafe cast in is_subscribed 2024-11-01 09:55:25 -05:00
hci_common.c Bluetooth: hci_common: Add assert on buf allocation 2024-08-12 10:10:48 +02:00
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 bluetooth: host: CS support for various HCI commands 2024-10-18 14:15:49 +02:00
hci_ecc.c Bluetooth: Conditionally print out HCI error codes as strings 2024-07-30 18:25:56 +01:00
hci_ecc.h
hci_raw_internal.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
hci_raw.c net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
id.c Bluetooth: Host: Remove implicit conversions of own_addr_type 2024-10-23 16:53:23 +02:00
id.h
iso_internal.h Bluetooth: ISO: Update includes for ISO files 2024-09-09 13:55:20 -04:00
iso.c Bluetooth: ISO: Add ISO BIS bitfield check macro 2024-10-10 20:22:39 -04:00
Kconfig bluetooth: host: conn: Check if *conn is not NULL 2024-10-18 17:46:04 +01:00
Kconfig.gatt Bluetooth: GATT: Allow to tune writable device appearance permissions 2024-10-16 16:35:56 +01:00
Kconfig.l2cap kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
keys.c
keys.h subsys/bluetooth/host/keys.h: Add include guard and required include 2024-10-29 09:24:13 -07:00
l2cap_internal.h
l2cap.c Bluetooth: Host: Upgrade log severity for L2CAP user error 2024-10-26 17:13:45 +02:00
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 Bluetooth: Host: Fix unable to start scanning after scan param failure 2024-09-05 12:25:17 +01:00
scan.h Bluetooth: Host: Rework enabling of scanner 2024-08-20 14:54:25 -04:00
settings.c
settings.h
smp_null.c
smp.c Bluetooth: BR: Improve bt_conn_set_bondable 2024-10-02 15:54:30 +02:00
smp.h Bluetooth: Mark bt_<type>_err_to_str() APIs experimental 2024-07-11 13:11:59 -04:00
uuid.c