Documentation
¶
Overview ¶
Package rtt provides Go bindings for .
Index ¶
Constants ¶
View Source
const ( ActionWifiRttStateChanged = consts.ActionWifiRttStateChanged CharacteristicsKeyBooleanLci = consts.CharacteristicsKeyBooleanLci CharacteristicsKeyBooleanLcr = consts.CharacteristicsKeyBooleanLcr CharacteristicsKeyBooleanNtbInitiator = consts.CharacteristicsKeyBooleanNtbInitiator CharacteristicsKeyBooleanOneSidedRtt = consts.CharacteristicsKeyBooleanOneSidedRtt CharacteristicsKeyBooleanRangingFrameProtectionSupported = consts.CharacteristicsKeyBooleanRangingFrameProtectionSupported CharacteristicsKeyBooleanSecureHeLtfSupported = consts.CharacteristicsKeyBooleanSecureHeLtfSupported CharacteristicsKeyBooleanStaResponder = consts.CharacteristicsKeyBooleanStaResponder CharacteristicsKeyIntMaxSupportedSecureHeLtfProtoVersion = consts.CharacteristicsKeyIntMaxSupportedSecureHeLtfProtoVersion )
View Source
const ( Creator = consts.Creator StatusFail = consts.StatusFail StatusResponderDoesNotSupportIeee80211mc = consts.StatusResponderDoesNotSupportIeee80211mc StatusSuccess = consts.StatusSuccess Unspecified = consts.Unspecified )
Variables ¶
This section is empty.
Functions ¶
func Init ¶
Init resolves all JNI class and method references for this package. It is safe to call multiple times (uses sync.Once internally). Exported for E2E testing on Android.
func NewwifiRttManager ¶
NewwifiRttManager obtains android.net.wifi.rtt.WifiRttManager from the Android system service manager.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.