Language

RangingStatus Enum

Definition

public enum RangingStatus
type RangingStatus = 
Inheritance
RangingStatus

Fields

Name Value Description
Unspecified -1
Success 0
Fail 1
ResponderDoesNotSupportIeee80211mc 2
BusyTryLater 12

Individual range request status, getStatus(). Indicates that the ranging operation failed because the peer is busy and unable to handle the request at this time. The requester should try again after a suggested delay, which can be retrieved with getRetryAfterDurationMillis().

Android reference for android.net.wifi.rtt.RangingResult.STATUS_BUSY_TRY_LATER.

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