Details
-
Type:
Suggestion
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Connectivity: Bluetooth
-
Labels:
Description
Add a means to get the currently paired devices available on the system. On Android for example this can be obtained by using BluetoothAdapter.getBondedDevices(). If a particular system does not provide a means then we could return the previous scan (assuming there was one). This saves having to do a scan first if it is expected that the device is already paired.