mbox series

[0/1] Bluetooth: iso: Allow BIG re-sync

Message ID 20241128155405.14910-1-iulia.tanasescu@nxp.com
Headers show
Series Bluetooth: iso: Allow BIG re-sync | expand

Message

Iulia Tanasescu Nov. 28, 2024, 3:54 p.m. UTC
A Broadcast Sink might require BIG sync to be terminated and
re-established multiple times, while keeping the same PA sync
handle active. This can be possible if the configuration of the
listening (PA sync) socket is reset once all bound BISes are
established and accepted by the user space:

1. The DEFER setup flag needs to be reset on the parent socket,
to allow another BIG create sync procedure to be started on socket
read.

2. The BT_SK_BIG_SYNC flag needs to be cleared on the parent socket,
to allow another BIG create sync command to be sent.

3. The socket state needs to transition from BT_LISTEN to BT_CONNECTED,
to mark that the listening process has completed and another one can
be started if needed.

Iulia Tanasescu (1):
  Bluetooth: iso: Allow BIG re-sync

 net/bluetooth/iso.c | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)


base-commit: ad0d88dc33bb226d530886e2722e8eced0db49b1

Comments

patchwork-bot+bluetooth@kernel.org Dec. 2, 2024, 10:40 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 Thu, 28 Nov 2024 17:54:04 +0200 you wrote:
> A Broadcast Sink might require BIG sync to be terminated and
> re-established multiple times, while keeping the same PA sync
> handle active. This can be possible if the configuration of the
> listening (PA sync) socket is reset once all bound BISes are
> established and accepted by the user space:
> 
> 1. The DEFER setup flag needs to be reset on the parent socket,
> to allow another BIG create sync procedure to be started on socket
> read.
> 
> [...]

Here is the summary with links:
  - [1/1] Bluetooth: iso: Allow BIG re-sync
    https://git.kernel.org/bluetooth/bluetooth-next/c/47ebf099106e

You are awesome, thank you!