zephyr/subsys/bluetooth/host/audio
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
..
CMakeLists.txt
iso_internal.h
iso.c Bluetooth: ISO: Fix crash when channel has already been disconnected 2020-10-29 20:34:55 +02:00
Kconfig