]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections
authorYang Li <yang.li@amlogic.com>
Thu, 10 Jul 2025 10:52:47 +0000 (18:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:34:45 +0000 (16:34 +0200)
commit087812a6119b4cd5c9d658b48aee40a25707a1c6
treef2aa496fd6d37264adf9e1de923ce1f9e09b437b
parenta33d563160917a79ee651dead9acf004797957e9
Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections

[ Upstream commit a7bcffc673de219af2698fbb90627016233de67b ]

Currently, BIS_LINK is used for both BIG sync and PA sync connections,
which makes it impossible to distinguish them when searching for a PA
sync connection.

Adding PA_LINK will make the distinction clearer and simplify future
extensions for PA-related features.

Signed-off-by: Yang Li <yang.li@amlogic.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Stable-dep-of: 9d4b01a0bf8d ("Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separately")
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/hci_sync.c
net/bluetooth/iso.c
net/bluetooth/mgmt.c