Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/rftest/
DRfTestOpenSessionParams.java38 import com.google.uwb.support.fira.FiraParams.MacFcsType;
102 @MacFcsType
144 @MacFcsType int fcsType, in RfTestOpenSessionParams()
326 @MacFcsType
438 private @MacFcsType int mFcsType = MAC_FCS_TYPE_CRC_16;
583 public Builder setFcsType(@MacFcsType int fcsType) { in setFcsType()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java47 import com.google.uwb.support.fira.FiraParams.MacFcsType;
141 @MacFcsType
180 @MacFcsType int macFcsType, in UwbConfig()
304 @MacFcsType
451 UwbConfig.Builder setKMacFcsType(@MacFcsType int macFcsType) { in setKMacFcsType()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java108 @MacFcsType private final int mFcsType;
315 @MacFcsType int fcsType, in FiraOpenSessionParams()
631 @MacFcsType
1253 @MacFcsType private int mFcsType = MAC_FCS_TYPE_CRC_16;
1832 public FiraOpenSessionParams.Builder setFcsType(@MacFcsType int fcsType) { in setFcsType()
DFiraParams.java386 public @interface MacFcsType {} annotation in FiraParams
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dobject_mapping.rs27 MacFcsType, MultiNodeMode, PreambleDuration, PrfMode, PsduDataRate, PulseShape,
55 int_field!(mac_fcs_type, MacFcsType, "getFcsType");