HomeSort by relevance Sort by last modified time
    Searched refs:AUTH_TIMEOUT (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
options.h 232 /* Close connections to clients which haven't authorised after AUTH_TIMEOUT */
233 #ifndef AUTH_TIMEOUT
234 #define AUTH_TIMEOUT 300 /* we choose 5 minutes */
svr-session.c 98 ses.connecttimeout = timeout.tv_sec + AUTH_TIMEOUT;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 128 private static final int AUTH_TIMEOUT = 3;
597 case AUTH_TIMEOUT:
614 .obtainMessage(AUTH_TIMEOUT), USER_CONFIRM_TIMEOUT_VALUE);

Completed in 3017 milliseconds