I want to make indoor location app using ibeacon.
For making this app, I need to know three beacons(ble) rssi.
I try to get rssi value except connection or pairing.
But I don't know how to get each rssi value.
Can I make this app?
What I have to do
1. scanning ble -> success
1. get three beacons uuid. (except connection)
2. get three beacons rssi.
3. calculate distance using that rssi. ( I have to know beacon1's rssi = ?. beacon2's rssi=?, beacon3's rssi=?)
4. show the location in my map