I want find nearby devices thought the Bluetooth and then determine my position (latitude, longitude and altitude). How can I did it, could you help me, please?
Right now I use FusedLocationProviderClient for this, but I want to implement this logic with nearby devices with Bluetooth.
Also, I'm already use these permission:
Manifest.permission.BLUETOOTH_SCAN,
Manifest.permission.BLUETOOTH_CONNECT
Manifest.permission.ACCESS_FINE_LOCATION
Thanks