diff options
| author | John Muir <muirj@google.com> | 2017-05-10 16:14:24 -0700 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2017-12-29 03:59:48 +0200 |
| commit | aa064ed106dd4f8b6d515c4baa6a56c7eac20bf1 (patch) | |
| tree | 720945f50aeeff30e2e58f08895271c536f67ff0 | |
| parent | 8812c893d779bc873d69d828a83b157bdfa6c225 (diff) | |
| download | android_hardware_qcom_bt-lineage-15.0-caf.tar.gz android_hardware_qcom_bt-lineage-15.0-caf.tar.bz2 android_hardware_qcom_bt-lineage-15.0-caf.zip | |
Add vendor-specific message types for FM.lineage-15.0-caf
This change is for devices based on msm8998 hardware only. This
only impacts standalone VR devices based o that are using oc-dev.
Some message types used by QCOM are missing from
system/bt/hci/include/bt_vendor_lib.h.
Bug: 38055350
Test: BT compiles. Proprietary bits that depend on the
definitions added by this commit now compile.
Change-Id: Ibe524528df6d86b7c0eb1f7df8d7074fcbcfbf9b
| -rw-r--r-- | libbt-vendor/include/bt_vendor_qcom.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbt-vendor/include/bt_vendor_qcom.h b/libbt-vendor/include/bt_vendor_qcom.h index 12ba51e..b3eaa8c 100644 --- a/libbt-vendor/include/bt_vendor_qcom.h +++ b/libbt-vendor/include/bt_vendor_qcom.h @@ -44,6 +44,12 @@ typedef enum { }bt_soc_type; typedef enum { + FM_VND_OP_POWER_CTRL = (unsigned int)BT_VND_OP_A2DP_OFFLOAD_STOP + 1, + BT_VND_OP_FM_USERIAL_OPEN, + BT_VND_OP_FM_USERIAL_CLOSE, +}bt_fm_serial; + +typedef enum { BT_VND_OP_ANT_USERIAL_OPEN = 254, BT_VND_OP_ANT_USERIAL_CLOSE }ant_serial; |
