zephyr/subsys/bluetooth
Jonathan Rico e6aba3e9af Bluetooth: host: clear ATT_CONNECTED flag on detach
Clear the `ATT_CONNECTED` flag when a channel is detached (could be after
an ATT timeout).

Also convert the assert checking it in `chan send` to an `if` test, since
the channel could be disconnected from a different thread than the one
triggering `chan_send`.

Fixes #53247.

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
2023-01-09 19:19:39 +01:00
..
audio Bluetooth: Audio: Audio ISO use log_config_inherit 2023-01-09 15:27:28 +00:00
common Bluetooth: Update Bluetooth legacy logging Kconfig 2022-11-30 14:37:58 +01:00
controller Bluetooth: controller: consider host ctrl feature bits in feat exchange 2023-01-08 19:48:38 +01:00
crypto Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
host Bluetooth: host: clear ATT_CONNECTED flag on detach 2023-01-09 19:19:39 +01:00
mesh toolchain: gcc: rename popcount to avoid conflict with C++20 2023-01-03 11:06:45 +01:00
services all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
shell Bluetooth: Host: Add BT_CONN_INTERVAL_TO_US 2023-01-08 19:47:03 +01:00
CMakeLists.txt Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
Kconfig Bluetooth: crypto: Refactor a few items 2022-11-10 17:54:14 +02:00
Kconfig.adv Bluetooth: Mesh: Extended advertiser as default 2022-11-01 08:52:56 +00:00
Kconfig.iso bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00