Searched refs:HOPPING_SEQUENCE_AES (Results 1 – 12 of 12) sorted by relevance
127 HOPPING_SEQUENCE_AES,132 public static final int HOPPING_SEQUENCE_AES = 1; field in CccParams
131 HOPPING_SEQUENCE_AES,136 public static final int HOPPING_SEQUENCE_AES = 1; field in AliroParams
24 import static com.google.uwb.support.ccc.CccParams.HOPPING_SEQUENCE_AES;157 List.of(HOPPING_SEQUENCE_AES)); in verifyCccSpecification()
24 import static com.google.uwb.support.aliro.AliroParams.HOPPING_SEQUENCE_AES;157 List.of(HOPPING_SEQUENCE_AES)); in verifyAliroSpecification()
56 import static com.google.uwb.support.aliro.AliroParams.HOPPING_SEQUENCE_AES;223 builder.addHoppingSequence(HOPPING_SEQUENCE_AES); in getAliroSpecificationParamsFromTlvBuffer()
56 import static com.google.uwb.support.ccc.CccParams.HOPPING_SEQUENCE_AES;229 builder.addHoppingSequence(HOPPING_SEQUENCE_AES); in getCccSpecificationParamsFromTlvBuffer()
238 (int) UwbVendorCapabilityTlvValues.HOPPING_SEQUENCE_AES;
80 new Integer[] {AliroParams.HOPPING_SEQUENCE_AES, AliroParams.HOPPING_SEQUENCE_DEFAULT};99 @AliroParams.HoppingSequence int hoppingSequence = AliroParams.HOPPING_SEQUENCE_AES; in testOpenRangingParams()
79 new Integer[] {CccParams.HOPPING_SEQUENCE_AES, CccParams.HOPPING_SEQUENCE_DEFAULT};96 @CccParams.HoppingSequence int hoppingSequence = CccParams.HOPPING_SEQUENCE_AES; in testOpenRangingParams()
130 new Integer[] {CccParams.HOPPING_SEQUENCE_AES, CccParams.HOPPING_SEQUENCE_DEFAULT}; in testSpecificationParams()
26 import static com.google.uwb.support.ccc.CccParams.HOPPING_SEQUENCE_AES;853 builder.setHoppingSequence(HOPPING_SEQUENCE_AES); in buildCccOpenRangingParams()
1958 new Integer[] {CccParams.HOPPING_SEQUENCE_AES, CccParams.HOPPING_SEQUENCE_DEFAULT}; in getTestCccSpecificationParams()2031 AliroParams.HOPPING_SEQUENCE_AES, AliroParams.HOPPING_SEQUENCE_DEFAULT}; in getTestAliroSpecificationParams()