[bluez/bluez] 31c0e0: bap: Start BIG sync after receiving BIGInfo
"github-actions[bot]" <[email protected]> Fri, 24 Jul 2026 03:37:12 -0700
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <bluez/bluez/push/refs/heads/1133845/[email protected]> |
Branch: refs/heads/1133845
Home: https://github.com/bluez/bluez
Commit: 31c0e034141e0066a32bdf19f7b29194393c03a5
https://github.com/bluez/bluez/commit/31c0e034141e0066a32bdf19f7b29194393c03a5
Author: Yang Li <[email protected]>
Date: 2026-07-24 (Fri, 24 Jul 2026)
Changed paths:
M profiles/audio/bap.c
Log Message:
-----------
bap: Start BIG sync after receiving BIGInfo
The current implementation starts BIG sync before receiving a BIGInfo
report. According to the Bluetooth Core Specification, BIG sync should
only be initiated after BIGInfo has been received.
Starting BIG sync too early may cause unexpected controller behavior.
Trigger BIG sync from the BIGInfo callback, following the same approach
used by the short PA flow.
Fixes: https://github.com/bluez/bluez/issues/2345
Signed-off-by: Yang Li <[email protected]>
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications