Fix the command timeout issue by set LPM idle time

Set the idle time to 1000ms to prevent the power collapse
between the hci and wcnss_filter layer.

CRs-fixed: 926763
Change-Id: I790587c4669d8f121baec00a399b290a09001e15
diff --git a/libbt-vendor/src/bt_vendor_qcom.c b/libbt-vendor/src/bt_vendor_qcom.c
index 014cb50..0d03c85 100644
--- a/libbt-vendor/src/bt_vendor_qcom.c
+++ b/libbt-vendor/src/bt_vendor_qcom.c
@@ -933,10 +933,11 @@
             break;
 
         case BT_VND_OP_GET_LPM_IDLE_TIMEOUT:
-            if (btSocType ==  BT_SOC_AR3K) {
+            {
                 uint32_t *timeout_ms = (uint32_t *) param;
                 *timeout_ms = 1000;
             }
+
             break;
 
         case BT_VND_OP_LPM_SET_MODE: