diff options
author | Joseph Hwang <josephsih@chromium.org> | 2021-11-02 15:19:28 +0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-11-02 19:37:44 +0100 |
commit | 749a6c594203b0e9ac59e3d8da492a8ac6a80510 (patch) | |
tree | 01d40bac1f82ef3a1b1a75aeb0d3265b17da4c11 /include/net/bluetooth | |
parent | f16a491c65d9eb19398b25aefc10c2d3313d17b3 (diff) | |
download | linux-749a6c594203b0e9ac59e3d8da492a8ac6a80510.tar.gz linux-749a6c594203b0e9ac59e3d8da492a8ac6a80510.tar.bz2 linux-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')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
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); |