mbox series

[BlueZ,0/1] transport: Fix broadcast sink check

Message ID 20240905141340.65495-1-vlad.pruteanu@nxp.com
Headers show
Series transport: Fix broadcast sink check | expand

Message

Vlad Pruteanu Sept. 5, 2024, 2:13 p.m. UTC
In transport_update_playing a check is performed to guard the path
which contains the TRANSPORT_STATE_BROADCASTING state. This branch
should be taken only when the device on which the code runs is a
broadcast sink. Thus, the UUID check is wrong, and this patch
updates it appropriately.

Vlad Pruteanu (1):
  transport: Fix broadcast sink check

 profiles/audio/transport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+bluetooth@kernel.org Sept. 9, 2024, 5:30 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 Thu,  5 Sep 2024 17:13:39 +0300 you wrote:
> In transport_update_playing a check is performed to guard the path
> which contains the TRANSPORT_STATE_BROADCASTING state. This branch
> should be taken only when the device on which the code runs is a
> broadcast sink. Thus, the UUID check is wrong, and this patch
> updates it appropriately.
> 
> Vlad Pruteanu (1):
>   transport: Fix broadcast sink check
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] transport: Fix broadcast sink check
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=54866cee3fad

You are awesome, thank you!