Bluetooth: hci_sync: enable PA Sync Lost event
Enable the PA Sync Lost event mask to ensure PA sync loss is properly
reported and handled.
Fixes: 485e0626e5 ("Bluetooth: hci_event: Fix not handling PA Sync Lost event")
Signed-off-by: Yang Li <yang.li@amlogic.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
committed by
Luiz Augusto von Dentz
parent
872ac785e7
commit
ab749bfe6a
@@ -4420,6 +4420,7 @@ static int hci_le_set_event_mask_sync(struct hci_dev *hdev)
|
||||
if (bis_capable(hdev)) {
|
||||
events[1] |= 0x20; /* LE PA Report */
|
||||
events[1] |= 0x40; /* LE PA Sync Established */
|
||||
events[1] |= 0x80; /* LE PA Sync Lost */
|
||||
events[3] |= 0x04; /* LE Create BIG Complete */
|
||||
events[3] |= 0x08; /* LE Terminate BIG Complete */
|
||||
events[3] |= 0x10; /* LE BIG Sync Established */
|
||||
|
||||
Reference in New Issue
Block a user