summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatish kumar sugasi <ssugas@codeaurora.org>2015-12-17 12:26:03 -0800
committerRashed Abdel-Tawab <rashed@linux.com>2017-10-28 18:23:13 -0700
commit1078b0fd3840ef7f492e3e2511e0611f9959f9d9 (patch)
treee466abfe6807855b80c6e001a46c4f53492d19e3
parent72f7adb98ef69010077989b1d7fadc140cb525de (diff)
downloadandroid_system_bt-1078b0fd3840ef7f492e3e2511e0611f9959f9d9.tar.gz
android_system_bt-1078b0fd3840ef7f492e3e2511e0611f9959f9d9.tar.bz2
android_system_bt-1078b0fd3840ef7f492e3e2511e0611f9959f9d9.zip
Add support for FM vendor operations such as ON/OFF
This adds FM ON/OFF and HCI init operations Change-Id: I476a8017343f9bc8dd8f30cc5ce14c8d05515caf
-rw-r--r--hci/include/bt_vendor_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hci/include/bt_vendor_lib.h b/hci/include/bt_vendor_lib.h
index 3c056ab2d..d5ffc36a3 100644
--- a/hci/include/bt_vendor_lib.h
+++ b/hci/include/bt_vendor_lib.h
@@ -198,6 +198,12 @@ typedef enum {
*/
BT_VND_OP_A2DP_OFFLOAD_STOP,
+ FM_VND_OP_POWER_CTRL,
+
+ BT_VND_OP_FM_USERIAL_OPEN,
+
+ BT_VND_OP_FM_USERIAL_CLOSE,
+
} bt_vendor_opcode_t;
/** Power on/off control states */