OSDN Git Service

Add support for FM vendor operations such as ON/OFF
authorSatish kumar sugasi <ssugas@codeaurora.org>
Thu, 17 Dec 2015 20:26:03 +0000 (12:26 -0800)
committerLinux Build Service Account <lnxbuild@localhost>
Wed, 24 Aug 2016 14:09:30 +0000 (08:09 -0600)
This adds FM ON/OFF and HCI init operations

Change-Id: I476a8017343f9bc8dd8f30cc5ce14c8d05515caf

hci/include/bt_vendor_lib.h

index b4396ea..65dee72 100644 (file)
@@ -196,6 +196,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 */