Merge "Add ability to get device by address" into mnc-dev
This commit is contained in:
@@ -217,4 +217,8 @@ public final class LocalBluetoothAdapter {
|
||||
syncBluetoothState();
|
||||
}
|
||||
}
|
||||
|
||||
public BluetoothDevice getRemoteDevice(String address) {
|
||||
return mAdapter.getRemoteDevice(address);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user