]> git.ipfire.org Git - thirdparty/linux.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)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 23 Jul 2025 14:35:14 +0000 (10:35 -0400)
commita7bcffc673de219af2698fbb90627016233de67b
tree6ba8a8c43eb53f9f4d5392c5ffe186fdb996ea05
parent0cadf8534f2a727bc3a01e8c583b085d25963ee0
Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections

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>
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