Merge "Bluetooth: Set property to stop filter driver"
diff --git a/libbt-vendor/src/bt_vendor_qcom.c b/libbt-vendor/src/bt_vendor_qcom.c
index 6d10521..e52312d 100644
--- a/libbt-vendor/src/bt_vendor_qcom.c
+++ b/libbt-vendor/src/bt_vendor_qcom.c
@@ -261,8 +261,8 @@
        property_get("wc_transport.start_hci", value, "false");
 
        if (strcmp(value, "false") == 0) {
-           ALOGV("%s: hci_filter has been stopped already", __func__);
-           return;
+           ALOGI("%s: hci_filter has been stopped already", __func__);
+//           return;
        }
 
        property_set("wc_transport.start_hci", "false");
@@ -279,7 +279,7 @@
        property_get("wc_transport.start_hci", value, false);
 
        if (strcmp(value, "true") == 0) {
-           ALOGV("%s: hci_filter has been started already", __func__);
+           ALOGI("%s: hci_filter has been started already", __func__);
            return;
        }