Android WiFi Device-to-AP Round-Trip-Time (RTT) -


with android api-level 21, respectively 23 methods measure wifi roundtrip time (rtt) added sdk:

but not find information how use api measure rtt.

the relevant class rttmanager still marked system api.

is there way perform device-to-ap rtt measurement?

i wrote small libary wrap hidden api calls within compat class:

android rttmanagercompat

the lib makes use of java reflection access api , seems work.

update:

  • the app has installed in system/priv-app/ folder
  • therefore phone needs rooted.

Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -