zephyr/subsys/bluetooth
Emil Gydesen 5d18f93561 Bluetooth: Audio: Unicast client missing unref on ACL disconnected
The unicast client takes a reference to the ACL, but did
not return the reference when the ACL disconnected, but
rather just reset everything.

Modified to detach the stream, ensuring
a bt_conn_unref on ACL disconnect.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-29 12:30:07 -07:00
..
audio Bluetooth: Audio: Unicast client missing unref on ACL disconnected 2022-03-29 12:30:07 -07:00
common everywhere: fix typos 2022-03-18 13:24:08 -04:00
controller Bluetooth: Controller: Fix filter bdaddr list size 2022-03-25 16:13:06 +01:00
host Bluetooth: host: crypto: Add a config to select how rand is generated 2022-03-29 12:59:33 +02:00
mesh Bluetooth: Mesh: shell several arg idx bug fix 2022-03-25 10:42:08 +01:00
services bluetooth: ots: reduce directory listing memory usage 2022-03-28 12:45:51 +02:00
shell Bluetooth: Audio: Add Telephone Bearer Client shell module 2022-03-28 12:45:03 +02:00
CMakeLists.txt drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
Kconfig Bluetooth: Kconfig: Move audio and mesh to be shown under host 2022-03-17 11:12:47 +01:00
Kconfig.adv Bluetooth: Kconfig: Move BT_LIM_ADV_TIMEOUT to host config 2022-03-17 11:12:47 +01:00
Kconfig.iso everywhere: fix typos 2022-03-18 13:24:08 -04:00