Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64ff8a54 authored by Jason Monk's avatar Jason Monk
Browse files

Add ability to get device by address

Bug: 21444336
Change-Id: I003092a12e93e2eccab736e7da20a6a23df30bbf
parent 233241f1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -217,4 +217,8 @@ public final class LocalBluetoothAdapter {
            syncBluetoothState();
        }
    }

    public BluetoothDevice getRemoteDevice(String address) {
        return mAdapter.getRemoteDevice(address);
    }
}