Home
last modified time | relevance | path

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

/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.java103 @MacFcsType private final int mFcsType;
310 @MacFcsType int fcsType, in FiraOpenSessionParams()
626 @MacFcsType
1245 @MacFcsType private int mFcsType = MAC_FCS_TYPE_CRC_16;
1794 public FiraOpenSessionParams.Builder setFcsType(@MacFcsType int fcsType) { in setFcsType()
DFiraParams.java382 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");