]> git.ipfire.org Git - thirdparty/linux.git/commit
Bluetooth: hci_event: Add support for handling LE BIG Sync Lost event
authorYang Li <yang.li@amlogic.com>
Tue, 1 Jul 2025 07:56:22 +0000 (15:56 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 23 Jul 2025 14:27:04 +0000 (10:27 -0400)
commitb2a5f2e1c127cb431df22e114998ff72eb4578c8
treeabe0ec5defd13c284edc517891c83f06e90836c9
parent45b54f007dc36f14e90a4b8a207964a672d1d151
Bluetooth: hci_event: Add support for handling LE BIG Sync Lost event

When the BIS source stops, the controller sends an LE BIG Sync Lost
event (subevent 0x1E). Currently, this event is not handled, causing
the BIS stream to remain active in BlueZ and preventing recovery.

Signed-off-by: Yang Li <yang.li@amlogic.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c