]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: HCI: Add initial support for PAST
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 2 Sep 2025 15:11:40 +0000 (11:11 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 1 Dec 2025 20:58:54 +0000 (15:58 -0500)
commit33b2835f0b7e2a458473b0e3a23b54b92108b6b0
treee2ea0848dd1e0784dc75cf58e2e7636b244c9d02
parent97fdb2ea06efdde784480934d1ff60eb21e88b58
Bluetooth: HCI: Add initial support for PAST

This adds PAST related commands (HCI_OP_LE_PAST,
HCI_OP_LE_PAST_SET_INFO and HCI_OP_LE_PAST_PARAMS) and events
(HCI_EV_LE_PAST_RECEIVED) along with handling of PAST sender and
receiver features bits including new MGMG settings (
HCI_EV_LE_PAST_RECEIVED and MGMT_SETTING_PAST_RECEIVER) which
userspace can use to determine if PAST is supported by the
controller.

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/mgmt.h
net/bluetooth/hci_event.c
net/bluetooth/hci_sync.c
net/bluetooth/iso.c
net/bluetooth/mgmt.c