]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: hci_sync: Fix hci_resume_advertising_sync
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 5 Sep 2025 14:29:18 +0000 (10:29 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sat, 20 Sep 2025 15:00:33 +0000 (11:00 -0400)
commit1488af7b8b5f9896ea88ee35aa3301713f72737c
treea4ae48ccf7f1bdfda1e0e4533fa9b18bf6ad8eb7
parent1c5091a9b4c990a6fcf8de7d0e97dba4cf878f17
Bluetooth: hci_sync: Fix hci_resume_advertising_sync

hci_resume_advertising_sync is suppose to resume all instance paused by
hci_pause_advertising_sync, this logic is used for procedures are only
allowed when not advertising, but instance 0x00 was not being
re-enabled.

Fixes: ad383c2c65a5 ("Bluetooth: hci_sync: Enable advertising when LL privacy is enabled")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_sync.c