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

* commit '27aaafbf6e482fc62559d2eda4acac74a3a2d92e':
  Add ability to get device by address
This commit is contained in:
Jason Monk
2015-06-02 21:10:45 +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);
}
}