Searched refs:MIN_WINDOW_IN_MILLIS (Results 1 – 3 of 3) sorted by relevance
90 ret = controller->enable(controller, MIN_WINDOW_IN_MILLIS, 1);93 int32_t windowInMillis = MIN_WINDOW_IN_MILLIS;
30 #define MIN_WINDOW_IN_MILLIS 100 // 100ms macro
93 …CONN_CHECK_AND_RETURN_RET_LOGE(windowInMillis >= MIN_WINDOW_IN_MILLIS && windowInMillis <= MAX_WIN… in ChangeConfiguration()