]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 29 Jul 2025 16:11:09 +0000 (12:11 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 15 Aug 2025 13:44:49 +0000 (09:44 -0400)
commit3ba486c5f3ce2c22ffd29c0103404cdbe21912b3
treec292d9016299929457caa99795bae1298a959de5
parentd36349ea73d805bb72cbc24ab90cb1da4ad5c379
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: a7bcffc673de ("Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_conn.c