SAP: Change USER_CONFIRM_TIMEOUT_VALUE to 30 secs

This patch increases the USER_CONFIRM_TIMEOUT_VALUE from
7 secs to 30 secs since 7secs is not enough time for the
user to open the notification box and acknowledge the
request.

CRs-Fixed: 586242
Change-Id: I41983609d2ebaea9bf516abe59959eca78125e03
diff --git a/src/org/codeaurora/bluetooth/sap/BluetoothSapService.java b/src/org/codeaurora/bluetooth/sap/BluetoothSapService.java
index aef74ec..3d87178 100644
--- a/src/org/codeaurora/bluetooth/sap/BluetoothSapService.java
+++ b/src/org/codeaurora/bluetooth/sap/BluetoothSapService.java
@@ -81,7 +81,7 @@
     private static final int MESSAGE_START_LISTENER             = 0x01;
     private static final int MESSAGE_SAP_USER_TIMEOUT           = 0x02;
 
-    private static final int USER_CONFIRM_TIMEOUT_VALUE         = 7000; // 7 seconds
+    private static final int USER_CONFIRM_TIMEOUT_VALUE         = 30000; // 30 seconds
 
     /**
      * IPC message types which can be exchanged between