mbox series

[v3,0/1] Bluetooth: ISO: Allow binding a PA sync socket

Message ID 20231024105735.3216-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series Bluetooth: ISO: Allow binding a PA sync socket | expand

Message

Iulia Tanasescu Oct. 24, 2023, 10:57 a.m. UTC
A Broadcast Sink has no way to know how many BISes are available for
sync or their indexes, before establishing PA sync and reading the base
struct.

PA sync is established by calling listen with DEFER_SETUP and accepting
a PA sync socket.

This patch makes it possible to bind a PA sync socket to a number of
BISes before issuing the BIG Create Sync command.

This patch version fixes review comments.

Iulia Tanasescu (1):
  Bluetooth: ISO: Allow binding a PA sync socket

 net/bluetooth/iso.c | 67 +++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 62 insertions(+), 5 deletions(-)


base-commit: 2fddfadb0478a11952d4a3d543273f28d2c23c03

Comments

patchwork-bot+bluetooth@kernel.org Oct. 24, 2023, 6:10 p.m. UTC | #1
Hello:

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

On Tue, 24 Oct 2023 13:57:34 +0300 you wrote:
> A Broadcast Sink has no way to know how many BISes are available for
> sync or their indexes, before establishing PA sync and reading the base
> struct.
> 
> PA sync is established by calling listen with DEFER_SETUP and accepting
> a PA sync socket.
> 
> [...]

Here is the summary with links:
  - [v3,1/1] Bluetooth: ISO: Allow binding a PA sync socket
    https://git.kernel.org/bluetooth/bluetooth-next/c/0783375f2c56

You are awesome, thank you!