Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/LocalBluetoothAdapter.java +4 −0 Original line number Diff line number Diff line Loading @@ -217,4 +217,8 @@ public final class LocalBluetoothAdapter { syncBluetoothState(); } } public BluetoothDevice getRemoteDevice(String address) { return mAdapter.getRemoteDevice(address); } } Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/LocalBluetoothAdapter.java +4 −0 Original line number Diff line number Diff line Loading @@ -217,4 +217,8 @@ public final class LocalBluetoothAdapter { syncBluetoothState(); } } public BluetoothDevice getRemoteDevice(String address) { return mAdapter.getRemoteDevice(address); } }