Home
last modified time | relevance | path

Searched refs:kMaxRtt (Results 1 – 1 of 1) sorted by relevance

/system/chre/chpp/test/
Dapp_test.cpp141 constexpr uint64_t kMaxRtt = 2 * CHPP_NSEC_PER_MSEC; // in ms in TEST_F() local
153 EXPECT_LT(chppTimesyncGetResult(&mClientAppContext)->rttNs, kMaxRtt); in TEST_F()