From: Satish kumar sugasi Date: Thu, 17 Dec 2015 20:26:03 +0000 (-0800) Subject: Add support for FM vendor operations such as ON/OFF X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6e117080b4597a334b05228d4075ca458f97dcca;p=android-x86%2Fsystem-bt.git Add support for FM vendor operations such as ON/OFF This adds FM ON/OFF and HCI init operations Change-Id: I476a8017343f9bc8dd8f30cc5ce14c8d05515caf --- diff --git a/hci/include/bt_vendor_lib.h b/hci/include/bt_vendor_lib.h index b4396ea61..65dee72c7 100644 --- a/hci/include/bt_vendor_lib.h +++ b/hci/include/bt_vendor_lib.h @@ -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 */