Skip to content

Commit 06bf9b9

Browse files
committed
Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source
JIRA: https://issues.redhat.com/browse/RHEL-107922 commit 3ba486c Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Date: Tue Jul 29 12:11:09 2025 -0400 Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source This fixes Broadcaster/Broadcast Source not sending HCI_OP_LE_TERM_BIG because HCI_CONN_PER_ADV where not being set. Fixes: a7bcffc ("Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections") Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: David Marlin <dmarlin@redhat.com>
1 parent c5eb497 commit 06bf9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/bluetooth/hci_conn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ struct hci_conn *hci_connect_bis(struct hci_dev *hdev, bdaddr_t *dst,
22582258
* the start periodic advertising and create BIG commands have
22592259
* been queued
22602260
*/
2261-
hci_conn_hash_list_state(hdev, bis_mark_per_adv, PA_LINK,
2261+
hci_conn_hash_list_state(hdev, bis_mark_per_adv, BIS_LINK,
22622262
BT_BOUND, &data);
22632263

22642264
/* Queue start periodic advertising and create BIG */

0 commit comments

Comments
 (0)