below method provides the list of bluetooth bounded devices.
BluetoothAdapter blueToothAdapter = BluetoothAdapter.getDefaultAdapter();
Set<BluetoothDevice>pairedDevices = blueToothAdapter.getBondedDevices();
how can check whether this device currently connected or not?