Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java177 private static final String KEY_MAX_RANGING_ROUND_RETRIES = "max_ranging_round_retries"; field in FiraOpenSessionParams
885 bundle.putInt(KEY_MAX_RANGING_ROUND_RETRIES, mMaxRangingRoundRetries); in toBundle()
1017 .setMaxRangingRoundRetries(bundle.getInt(KEY_MAX_RANGING_ROUND_RETRIES)) in parseBundleVersion1()