Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 485e0626e587 ("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>

authored by

Yang Li and committed by
Luiz Augusto von Dentz
ab749bfe 872ac785

+1
+1
net/bluetooth/hci_sync.c
··· 4420 4420 if (bis_capable(hdev)) { 4421 4421 events[1] |= 0x20; /* LE PA Report */ 4422 4422 events[1] |= 0x40; /* LE PA Sync Established */ 4423 + events[1] |= 0x80; /* LE PA Sync Lost */ 4423 4424 events[3] |= 0x04; /* LE Create BIG Complete */ 4424 4425 events[3] |= 0x08; /* LE Terminate BIG Complete */ 4425 4426 events[3] |= 0x10; /* LE BIG Sync Established */