Searched refs:TIMEOUT_MAX (Results 1 – 3 of 3) sorted by relevance
56 private static final int TIMEOUT_MAX = 16384; field in PeriodicAdvertisingManager147 "timeout must be between " + TIMEOUT_MIN + " and " + TIMEOUT_MAX); in registerSync()150 if (timeout < TIMEOUT_MIN || timeout > TIMEOUT_MAX) { in registerSync()152 "timeout must be between " + TIMEOUT_MIN + " and " + TIMEOUT_MAX); in registerSync()
385 #define TIMEOUT_MAX 32000 macro429 if (timeout >= TIMEOUT_MAX) { in dhcp_init_ifc()
12379 Landroid/bluetooth/le/PeriodicAdvertisingManager;->TIMEOUT_MAX:I