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:
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
Post a Comment