zephyr/subsys/bluetooth
Luiz Augusto von Dentz 09e95a26a4 Bluetooth: ISO: Fix crash when channel has already been disconnected
If chan->conn is already NULL do not call bt_conn_unref as that will
likely cause a crash, also this make sure that if channel has been
disconnected using bt_iso_chan_disconnect it removes the channel from
connection list before setting the chan->conn to NULL.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2020-10-29 20:34:55 +02:00
..
common
controller Bluetooth: controller: Fix unused variable compiler warning 2020-10-29 14:31:38 +02:00
host Bluetooth: ISO: Fix crash when channel has already been disconnected 2020-10-29 20:34:55 +02:00
mesh Bluetooth: Mesh: Remove bt_mesh_net_start 2020-10-29 14:17:09 +02:00
services
shell Bluetooth: shell: Fix ifdef order in command inclusion 2020-10-23 12:56:39 +02:00
CMakeLists.txt
Kconfig bluetooth: add dep on !SMP 2020-10-05 19:33:02 -07:00