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

This commit is contained in:
Jason Monk
2015-06-02 20:41:21 +00:00
committed by Android (Google) Code Review

View File

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