Searched refs:HOPPING_CONFIG_MODE_CONTINUOUS (Results 1 – 14 of 14) sorted by relevance
113 HOPPING_CONFIG_MODE_CONTINUOUS,119 public static final int HOPPING_CONFIG_MODE_CONTINUOUS = 1; field in CccParams
117 HOPPING_CONFIG_MODE_CONTINUOUS,123 public static final int HOPPING_CONFIG_MODE_CONTINUOUS = 1; field in AliroParams
23 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_CONTINUOUS;155 List.of(HOPPING_CONFIG_MODE_CONTINUOUS, HOPPING_CONFIG_MODE_ADAPTIVE)); in verifyCccSpecification()
23 import static com.google.uwb.support.aliro.AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS;155 List.of(HOPPING_CONFIG_MODE_CONTINUOUS, HOPPING_CONFIG_MODE_ADAPTIVE)); in verifyAliroSpecification()
54 import static com.google.uwb.support.aliro.AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS;217 builder.addHoppingConfigMode(HOPPING_CONFIG_MODE_CONTINUOUS); in getAliroSpecificationParamsFromTlvBuffer()
54 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_CONTINUOUS;223 builder.addHoppingConfigMode(HOPPING_CONFIG_MODE_CONTINUOUS); in getCccSpecificationParamsFromTlvBuffer()
66 case AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS: in getTlvBufferFromAliroOpenRangingParams()
66 case CccParams.HOPPING_CONFIG_MODE_CONTINUOUS: in getTlvBufferFromCccOpenRangingParams()
233 (int) UwbVendorCapabilityTlvValues.HOPPING_CONFIG_MODE_CONTINUOUS;
127 CccParams.HOPPING_CONFIG_MODE_ADAPTIVE, CccParams.HOPPING_CONFIG_MODE_CONTINUOUS in testSpecificationParams()
77 AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS
76 CccParams.HOPPING_CONFIG_MODE_ADAPTIVE, CccParams.HOPPING_CONFIG_MODE_CONTINUOUS
25 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_CONTINUOUS;840 builder.setHoppingConfigMode(HOPPING_CONFIG_MODE_CONTINUOUS); in buildCccOpenRangingParams()
1956 CccParams.HOPPING_CONFIG_MODE_CONTINUOUS }; in getTestCccSpecificationParams()2028 AliroParams.HOPPING_CONFIG_MODE_CONTINUOUS }; in getTestAliroSpecificationParams()