Created a Android application using latest BLE API for indoor positioning.Used the formula found in Triangulate example for iBeacons
But the rssi values from public void onLeScan(BluetoothDevice device, int rssi, byte[] arg2)
call back are coming as negative and result of formula is always negative and corrupt values.
How to correct these values?.
I also tried absolute values of the rssi , its giving wrong values.