Searched refs:ChannelSoundingParams (Results 1 – 6 of 6) sorted by relevance
40 public final class ChannelSoundingParams implements Parcelable { class155 public ChannelSoundingParams(int sightType, int locationType, int csSecurityLevel) { in ChannelSoundingParams() method in ChannelSoundingParams217 public static final @NonNull Parcelable.Creator<ChannelSoundingParams> CREATOR =218 new Parcelable.Creator<ChannelSoundingParams>() {220 public @NonNull ChannelSoundingParams createFromParcel(@NonNull Parcel in) {229 public @NonNull ChannelSoundingParams[] newArray(int size) {230 return new ChannelSoundingParams[size];318 public @NonNull ChannelSoundingParams build() { in build()319 return new ChannelSoundingParams(mSightType, mLocationType, mCsSecurityLevel); in build()
81 private ChannelSoundingParams mChannelSoundingParams = null;89 ChannelSoundingParams channelSoundingParams) { in DistanceMeasurementParams()148 public @Nullable ChannelSoundingParams getChannelSoundingParams() { in getChannelSoundingParams()206 (ChannelSoundingParams) in.readParcelable(null));227 private ChannelSoundingParams mChannelSoundingParams = null;312 @NonNull ChannelSoundingParams channelSoundingParams) { in setChannelSoundingParams()
28 import android.bluetooth.le.ChannelSoundingParams.CsSecurityLevel;184 final int defaultValue = ChannelSoundingParams.CS_SECURITY_LEVEL_UNKNOWN; in getChannelSoundingMaxSupportedSecurityLevel()217 final int defaultValue = ChannelSoundingParams.CS_SECURITY_LEVEL_UNKNOWN; in getLocalChannelSoundingMaxSupportedSecurityLevel()
22 import android.bluetooth.le.ChannelSoundingParams;200 return ChannelSoundingParams.CS_SECURITY_LEVEL_ONE; in getChannelSoundingMaxSupportedSecurityLevel()204 return ChannelSoundingParams.CS_SECURITY_LEVEL_ONE; in getLocalChannelSoundingMaxSupportedSecurityLevel()
44 import android.bluetooth.le.ChannelSoundingParams;1255 return ChannelSoundingParams.CS_SECURITY_LEVEL_UNKNOWN; in getChannelSoundingMaxSupportedSecurityLevel()1274 return ChannelSoundingParams.CS_SECURITY_LEVEL_UNKNOWN; in getLocalChannelSoundingMaxSupportedSecurityLevel()
1258 …com.android.bluetooth.flags.channel_sounding") public final class ChannelSoundingParams implements…1264 …lic static final android.os.Parcelable.Creator<android.bluetooth.le.ChannelSoundingParams> CREATOR;1278 public static final class ChannelSoundingParams.Builder {1279 ctor public ChannelSoundingParams.Builder();1280 method @NonNull public android.bluetooth.le.ChannelSoundingParams build();1281 … method @NonNull public android.bluetooth.le.ChannelSoundingParams.Builder setCsSecurityLevel(int);1282 method @NonNull public android.bluetooth.le.ChannelSoundingParams.Builder setLocationType(int);1283 method @NonNull public android.bluetooth.le.ChannelSoundingParams.Builder setSightType(int);1314 …th.flags.channel_sounding") @Nullable public android.bluetooth.le.ChannelSoundingParams getChannel…1331 …rementParams.Builder setChannelSoundingParams(@NonNull android.bluetooth.le.ChannelSoundingParams);