I'm trying to see whether if in addition to the Bluetooth
on, paired with any device.
To see if the Bluetooth
is on, I use the following:
BluetoothAdapter.getDefaultAdapter().isEnabled()
I need to know if that BluetoothAdapter, is paired with any device.
Thank you and I hope your answers
EDIT
If I use:
BluetoothAdapter.getDefaultAdapter().getBondedDevices();
And size() > 0, Does that mean paired? Or are already stored devices?
EDIT
Excuse me, but what I need is not to get the list of paired devices, but if some of those devices that has already been paired at some point is connected to my Smartphone