OSDN Git Service

Fix Linux libbt-vendor build
[android-x86/system-bt.git] / vendor_libs / linux / bt_vendor_linux.c
index 41abc8a..5c7e9df 100644 (file)
@@ -401,6 +401,12 @@ static int bt_vendor_op(bt_vendor_opcode_t opcode, void *param)
   case BT_VND_OP_EPILOG:
     bt_vendor_callbacks->epilog_cb(BT_VND_OP_RESULT_SUCCESS);
     break;
+
+  case BT_VND_OP_A2DP_OFFLOAD_START:
+    break;
+
+  case BT_VND_OP_A2DP_OFFLOAD_STOP:
+    break;
   }
 
   LOG_INFO(LOG_TAG, "%s op %d retval %d", __func__, opcode, retval);