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:
@@ -217,4 +217,8 @@ public final class LocalBluetoothAdapter {
|
|||||||
syncBluetoothState();
|
syncBluetoothState();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BluetoothDevice getRemoteDevice(String address) {
|
||||||
|
return mAdapter.getRemoteDevice(address);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user