I am developing an application where I have to connect to Bluetooth device on Android 4.3.
I can get the device-A that I have paireduse by using getBondedDevices().
But this device-A is connect via bluetooth in android->config->bluetooth, not
Does the Android 4.3 BLE 4.0 also use the getBondedDevices() to get the device that I have paired ??
or it has other method to get the pair Devices in BT 4.0 and API 18 ??