am d3c2089f: Merge "Add ability to get device by address" into mnc-dev

* commit 'd3c2089f8812063a1964087233b694780d3769fe':
  Add ability to get device by address
This commit is contained in:
Jason Monk
2015-06-02 20:50:01 +00:00
committed by Android Git Automerger

View File

@@ -217,4 +217,8 @@ public final class LocalBluetoothAdapter {
syncBluetoothState();
}
}
public BluetoothDevice getRemoteDevice(String address) {
return mAdapter.getRemoteDevice(address);
}
}