WifiRttManager.CharacteristicsKeyBooleanOneSidedRtt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
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.