HomeSort by relevance Sort by last modified time
    Searched defs:AUTH_TIMEOUT (Results 1 - 2 of 2) 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 */
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 152 private static final int AUTH_TIMEOUT = 3;
583 case AUTH_TIMEOUT:
600 .obtainMessage(AUTH_TIMEOUT), USER_CONFIRM_TIMEOUT_VALUE);

Completed in 108 milliseconds