Skip to content

Commit 3ba486c

Browse files
committed
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 <[email protected]>
1 parent d36349e commit 3ba486c

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
@@ -2259,7 +2259,7 @@ struct hci_conn *hci_connect_bis(struct hci_dev *hdev, bdaddr_t *dst,
22592259
* the start periodic advertising and create BIG commands have
22602260
* been queued
22612261
*/
2262-
hci_conn_hash_list_state(hdev, bis_mark_per_adv, PA_LINK,
2262+
hci_conn_hash_list_state(hdev, bis_mark_per_adv, BIS_LINK,
22632263
BT_BOUND, &data);
22642264

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

0 commit comments

Comments
 (0)