mbox series

[BlueZ,v2,0/1] btio: Allow binding a bcast listener before accept

Message ID 20231024110430.3323-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series btio: Allow binding a bcast listener before accept | expand

Message

Iulia Tanasescu Oct. 24, 2023, 11:04 a.m. UTC
This patch adds btio support for binding a PA sync io to a number of
BISes, before proceeding with BIG Create Sync.

This depends on the kernel update introduced by
[PATCH v3 0/1] Bluetooth: ISO: Allow binding a PA sync socket.

This patch version fixes scan-build warning.

Iulia Tanasescu (1):
  btio: Allow binding a bcast listener before accept

 btio/btio.c          | 55 +++++++++++++++++++++++++++++++++++++++++++-
 btio/btio.h          |  2 +-
 profiles/audio/bap.c |  2 +-
 src/shared/bass.c    |  9 ++++----
 4 files changed, 61 insertions(+), 7 deletions(-)


base-commit: 0c757e8eeef69ff2b1eefa59e590f171c9fe1c88

Comments

patchwork-bot+bluetooth@kernel.org Oct. 24, 2023, 6:50 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 Tue, 24 Oct 2023 14:04:29 +0300 you wrote:
> This patch adds btio support for binding a PA sync io to a number of
> BISes, before proceeding with BIG Create Sync.
> 
> This depends on the kernel update introduced by
> [PATCH v3 0/1] Bluetooth: ISO: Allow binding a PA sync socket.
> 
> This patch version fixes scan-build warning.
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/1] btio: Allow binding a bcast listener before accept
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=00fdb61d5616

You are awesome, thank you!