* commit '27aaafbf6e482fc62559d2eda4acac74a3a2d92e': Add ability to get device by address
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