pairedBluetoothDevices property

Future<HashMap<String, AdHocDevice>> pairedBluetoothDevices

Bluetooth paired devices as HashMap of <String, AdHocDevice>.

Implementation

Future<HashMap<String, AdHocDevice>> get pairedBluetoothDevices async {
  return _datalinkManager.getPaired();
}