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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-net-2026-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth

Luiz Augusto von Dentz says:

====================
bluetooth pull request for net:

- hci_sync: enable PA Sync Lost event

* tag 'for-net-2026-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth:
Bluetooth: hci_sync: enable PA Sync Lost event
====================

Link: https://patch.msgid.link/20260109211949.236218-1-luiz.dentz@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+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 */