I am trying to read distance between android which scans for devices which advertises and iphone which act as an advertiser, using Bluetooth Low Energy ie BLE.
Now using the rssi value is there any alogorithm through which approximate distance between android and iphone can be found?
Using android.bluetooth.BluetoothAdapter.LeScanCallback's call back method onLeScan , I am not always able to scan the advertised iphone device. But always iBeacon is able to get in the scanned device list.
Thanks in Advance.