Udostępnij za pośrednictwem


WifiRttManager.CharacteristicsKeyBooleanOneSidedRtt Field

Definition

Bundle key to access if one-sided Wi-Fi RTT is supported.

[Android.Runtime.Register("CHARACTERISTICS_KEY_BOOLEAN_ONE_SIDED_RTT", ApiSince=34)]
public const string CharacteristicsKeyBooleanOneSidedRtt;
[<Android.Runtime.Register("CHARACTERISTICS_KEY_BOOLEAN_ONE_SIDED_RTT", ApiSince=34)>]
val mutable CharacteristicsKeyBooleanOneSidedRtt : string

Field Value

Attributes

Remarks

Bundle key to access if one-sided Wi-Fi RTT is supported. When it is not supported, only two-sided RTT can be performed, which requires responder supports IEEE 802.11mc and this can be determined by the method ScanResult#is80211mcResponder()

Java documentation for android.net.wifi.rtt.WifiRttManager.CHARACTERISTICS_KEY_BOOLEAN_ONE_SIDED_RTT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to