mbox series

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

Message ID 20241128155405.14910-1-iulia.tanasescu@nxp.com (mailing list archive)
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