From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D13402BE644 for ; Thu, 23 Oct 2025 21:40:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761255628; cv=none; b=Ig7BgDVqD6jmpx+uWx57Lfp8evkfD1k53DpmdkKnyQBncPQLbH7yUyj8PcsrAxRGzph9wWi3eaROxJCZSX54OiGyf6zUULZ8Twb89oj1AF2O/0u84++qvwyGbsAbcUJ2k7//Ory/+w9VcZ39PYr50ZltQqWLpUVP8i5w7hvAk7M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761255628; c=relaxed/simple; bh=QB6z8wKy5kmj+lo2xZuDljQo8e4SnyIoEQrvWu3JnE8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=fuMbtdLXM+1OI9nhOm+qqSqQwwB8IOWEvMoi/Mmos61eX7MhqMuv8vyyXXFdhpLrOQqCHcsSDvAulx+DgYIIY3WB7ZTx3YqGVfnuINBCZ1gC5P1y6yJH3FUvZUhGi5C28zM3XSfEvy33NnirGu0pvWPo1DioR8piDQIMiKQH0hE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Hmfv5dEu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Hmfv5dEu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30542C113D0; Thu, 23 Oct 2025 21:40:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1761255628; bh=QB6z8wKy5kmj+lo2xZuDljQo8e4SnyIoEQrvWu3JnE8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Hmfv5dEuxnBq6b7rrWa2WDWvlYiLvjJIXxpgesTPEmVFa2ROGSBqeldi1xfhWQXco UUzE05CyYB4oz2IslAuGovDdXmDXcesXg1puv7U4O4t1fUBX61ODSWLPJaocqfogPE 8Ss4BG3wmzEs46kVOLgOhyMGPYUhCR5r36wGZOhASpiZSyDWTgRIDeLWAqODvKKnFO hJ2nIKqD1w/p2DEQt22t324YeXG7nT55P0U9HIGol2fFrb6xGHPtiCzWii8HLgxBMZ ylmBt784+WTZAH16/rq8FHuYJhp40bzA8CNv+X62/EgKSxDJWRRUIWoXcn9b0lTEOe eVbj8HpP6oSRA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id ADBF8380A960; Thu, 23 Oct 2025 21:40:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v1] Bluetooth: hci_core: Fix tracking of periodic advertisement From: patchwork-bot+bluetooth@kernel.org Message-Id: <176125560825.3260295.1778849852961960485.git-patchwork-notify@kernel.org> Date: Thu, 23 Oct 2025 21:40:08 +0000 References: <20251022200319.1529849-1-luiz.dentz@gmail.com> In-Reply-To: <20251022200319.1529849-1-luiz.dentz@gmail.com> To: Luiz Augusto von Dentz Cc: linux-bluetooth@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Wed, 22 Oct 2025 16:03:19 -0400 you wrote: > From: Luiz Augusto von Dentz > > Periodic advertising enabled flag cannot be tracked by the enabled > flag since advertising and periodic advertising each can be > enabled/disabled separately from one another causing the states to be > inconsistent when for example an advertising set is disabled its > enabled flag is set to false which is then used for periodic which has > not being disabled. > > [...] Here is the summary with links: - [v1] Bluetooth: hci_core: Fix tracking of periodic advertisement https://git.kernel.org/bluetooth/bluetooth-next/c/3399c92bb47a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html