I am getting the Bluetooth
paired by method getBondedDevices()
. The method returns all the devices which are already paired.
In the list of paired devices there may be devices where Bluetooth
may be turned off or out of range(Not reachable).
My requirement is to get the Bluetooth
devices which are active(turned on).
Does anyone please can help me with this ?