]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: hci_event: Fix not handling PA Sync Lost event
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 6 Nov 2025 18:05:35 +0000 (13:05 -0500)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 11 Nov 2025 13:55:18 +0000 (08:55 -0500)
commit485e0626e58768f3c53ba61ab9e09d6b60a455f4
tree57cd62d85caa2fcf44ad536a870db5e5ce237748
parent41bf23338a501e745c398e0faee948dd05d0be98
Bluetooth: hci_event: Fix not handling PA Sync Lost event

This handles PA Sync Lost event which previously was assumed to be
handled with BIG Sync Lost but their lifetime are not the same thus why
there are 2 different events to inform when each sync is lost.

Fixes: b2a5f2e1c127 ("Bluetooth: hci_event: Add support for handling LE BIG Sync Lost event")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci.h
net/bluetooth/hci_event.c