From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-25.smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7F74B221546 for ; Mon, 27 Jul 2026 04:44:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.30.252.208 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785127456; cv=none; b=FBtQScnvQBYkpTW7/MQ6b1+/qMQJI9WMrGtLKnC1nle7x7huyGQjV02UqeKxww4vuvy25hMZVsuIfkSS260tG6wuLuV2GOSth/z3ISuA7n3btnPpLeVEbqSRx9R1fLds3o8PbgVUeMnQz+p6tEpI+TlPpoBnucPvfPfhOWycz0k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785127456; c=relaxed/simple; bh=By4G73d0A3tkXv4kOWW+QNU2rrh7TewzFIgbO5UORNs=; h=Date:From:To:Message-ID:Subject:Mime-Version:Content-Type; b=F0g3GV7qMmGA4rGDLLbMkQ1sAYPxaPrUTCgWgRWDCgMuFDXGJqZppxmNHb9UigYQ5qypWBmKIfHiVcEas3Q8I0nJbPlbsxiSN0hXGUYfac6hCZeYGiIyzEZMU+YBmMstY9qq9g0ZKN8ULGX7p65vh4bpbfWsI2AfL6NJQerj+AQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=github.com; spf=pass smtp.mailfrom=github.com; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=dedkDgln; arc=none smtp.client-ip=192.30.252.208 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=github.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=github.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b="dedkDgln" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1785127454; bh=5eFMB2PTA/L2h3/BVNW7gnEK2elrtgdIaaRyfI1KMw0=; h=Date:From:To:Subject:List-Unsubscribe:From; b=dedkDglnUu1rnO+XRotHTw2KxS6vHj8AZKZiWTtcq0cqY8y6MDC39mrOA9tsq3gV/ vvbZVmeVO2UbgvyIw1SfPaNA2Wbs1B3QFxocc7i8WJSrECgs/9ODtmhJngJ6laIW/D +e4gU9f/NmYf0JethfKBz8epqnTw+UM7Tmbk8n50= Received: from github.com (hubbernetes-node-78306b6.ash1-iad.github.net [10.56.187.44]) by smtp.github.com (Postfix) with ESMTPA id 977FD60037B for ; Sun, 26 Jul 2026 21:44:14 -0700 (PDT) Date: Sun, 26 Jul 2026 21:44:14 -0700 From: "github-actions[bot]" To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] f6b70a: bap: Start BIG sync after receiving BIGInfo Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: linux-bluetooth@vger.kernel.org X-Auto-Response-Suppress: All Branch: refs/heads/1134824 Home: https://github.com/bluez/bluez Commit: f6b70a1afbdf89527768b89de141e45d41255413 https://github.com/bluez/bluez/commit/f6b70a1afbdf89527768b89de141e45d41255413 Author: Yang Li Date: 2026-07-27 (Mon, 27 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 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications