Closed Sharprender closed 7 years ago
Please do not do this. Some of the devices do not advertise measured power and it won't be possible to calculate accuracy (that is why you are getting huge numbers. ConfigurableDevice is intended to be used to configure device, not to provide proximity/location. See discussion: https://forums.estimote.com/t/configurabledeviceslistener-question/7550
Hi,
in SDK 0.16.0 there was a ConfigurableDeviceScanner and it was possible to computeAccuracy or computeProximity from "ConfigurableDevicesScanner.ScanResultItem".
Now in 1.4.0 there is no ConfigurableDeviceScanner and we have to use ConfigurableDeviceListener from BeaconManager.
Is there a possibility to get the accuracy and proximity from ConfigurableDevice?
How can I do it in 1.4.0?