OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
132
private static final int
AUTH_TIMEOUT
= 3;
644
case
AUTH_TIMEOUT
:
661
.obtainMessage(
AUTH_TIMEOUT
), USER_CONFIRM_TIMEOUT_VALUE);
Completed in 6089 milliseconds