RangingResult.SecureHeLtfProtocolVersion Property
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.
Get Secure HE-LTF protocol version used.
public int SecureHeLtfProtocolVersion { [Android.Runtime.Register("getSecureHeLtfProtocolVersion", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getSecureHeLtfProtocolVersion", "()I", "", ApiSince=36)>]
member this.SecureHeLtfProtocolVersion : int
Property Value
- Attributes
Remarks
Get Secure HE-LTF protocol version used.
The secure HE-LTF negotiation supports negotiation of the secure HE-LTF protocol version which allows a responder and an initiator to negotiate the highest mutually supported secure HE-LTF protocol version.
Refer IEEE 802.11az-2022 spec, section 9.4.2.298 Ranging Parameters element.
Java documentation for android.net.wifi.rtt.RangingResult.getSecureHeLtfProtocolVersion()
.
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.