]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: HCI: Add support for LL Extended Feature Set
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 14 Nov 2025 14:29:28 +0000 (09:29 -0500)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 1 Dec 2025 21:21:16 +0000 (16:21 -0500)
commita106e50be74b0896583f4d010a69f9806e4194f4
tree87ee1a88abc879dbb84ab0b845f54c7c474107f1
parent6f7cf13ef6b0fe2bdd539e5aa1b1fc8a1213cfc3
Bluetooth: HCI: Add support for LL Extended Feature Set

This adds support for emulating LL Extended Feature Set introduced in 6.0
that adds the following:

Commands:

 - HCI_LE_Read_All_Local_Supported_­Features(0x2087)(Feature:47,1)
 - HCI_LE_Read_All_Remote_Features(0x2088)(Feature:47,2)

Events:

 - HCI_LE_Read_All_Remote_Features_Complete(0x2b)(Mask bit:42)

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
include/net/bluetooth/hci_sync.h
net/bluetooth/hci_event.c
net/bluetooth/hci_sync.c