mbox series

[BlueZ,0/1] src/adapter: Check if device is connected before clean up

Message ID 20240617075934.154540-1-vlad.pruteanu@nxp.com (mailing list archive)
Headers show
Series src/adapter: Check if device is connected before clean up | expand

Message

Vlad Pruteanu June 17, 2024, 7:59 a.m. UTC
Broadcast sources are currently deleted on the clean up triggered
by turning scan off. Thix fix prevents the removal of sources to
which we are synced by also checking if the device that will be
removed is connected (sources to which we are synced are already
marked as connected).

Vlad Pruteanu (1):
  src/adapter: Check if device is connected before clean up

 src/adapter.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

patchwork-bot+bluetooth@kernel.org June 17, 2024, 2 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 17 Jun 2024 10:59:33 +0300 you wrote:
> Broadcast sources are currently deleted on the clean up triggered
> by turning scan off. Thix fix prevents the removal of sources to
> which we are synced by also checking if the device that will be
> removed is connected (sources to which we are synced are already
> marked as connected).
> 
> Vlad Pruteanu (1):
>   src/adapter: Check if device is connected before clean up
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] src/adapter: Check if device is connected before clean up
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7ff745c2bd0c

You are awesome, thank you!