mbox series

[BlueZ,0/1] bap: Set bap debug func at broadcast probe

Message ID 20240919082046.7208-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series bap: Set bap debug func at broadcast probe | expand

Message

Iulia Tanasescu Sept. 19, 2024, 8:20 a.m. UTC
When a Broadcast Sink acting as a Scan Delegator probes a Broadcaster with
the help of a Broadcast Assistant, a new BAP session is added for the
Broadcaster device before additional session information is initialized
(like the bt_bap session). This causes the bap debug func to not be set
in bap_data_add.

This patch adds an explicit call to set the function after the bt_bap
session is created.

Iulia Tanasescu (1):
  bap: Set bap debug func at broadcast probe

 profiles/audio/bap.c | 3 +++
 1 file changed, 3 insertions(+)


base-commit: 7aa245979db6ee74b665154f5c1f203a277eb64a

Comments

patchwork-bot+bluetooth@kernel.org Sept. 19, 2024, 5:10 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, 19 Sep 2024 11:20:45 +0300 you wrote:
> When a Broadcast Sink acting as a Scan Delegator probes a Broadcaster with
> the help of a Broadcast Assistant, a new BAP session is added for the
> Broadcaster device before additional session information is initialized
> (like the bt_bap session). This causes the bap debug func to not be set
> in bap_data_add.
> 
> This patch adds an explicit call to set the function after the bt_bap
> session is created.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] bap: Set bap debug func at broadcast probe
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ce6462eba2db

You are awesome, thank you!