aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorJoseph Hwang <josephsih@chromium.org>2021-11-02 15:19:28 +0800
committerMarcel Holtmann <marcel@holtmann.org>2021-11-02 19:37:44 +0100
commit749a6c594203b0e9ac59e3d8da492a8ac6a80510 (patch)
tree01d40bac1f82ef3a1b1a75aeb0d3265b17da4c11 /include/net/bluetooth/hci_core.h
parentBluetooth: hci_sync: Fix not setting adv set duration (diff)
downloadlinux-dev-749a6c594203b0e9ac59e3d8da492a8ac6a80510.tar.xz
linux-dev-749a6c594203b0e9ac59e3d8da492a8ac6a80510.zip
Bluetooth: Add struct of reading AOSP vendor capabilities
This patch adds the struct of reading AOSP vendor capabilities. New capabilities are added incrementally. Note that the version_supported octets will be used to determine whether a capability has been defined for the version. Signed-off-by: Joseph Hwang <josephsih@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 53a8c7d3a4bf..b5f061882c10 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -603,6 +603,7 @@ struct hci_dev {
#if IS_ENABLED(CONFIG_BT_AOSPEXT)
bool aosp_capable;
+ bool aosp_quality_report;
#endif
int (*open)(struct hci_dev *hdev);