Loading src/com/android/bluetooth/btservice/RemoteDevices.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ final class RemoteDevices { class DeviceProperties { private String mName; private byte[] mAddress; private int mBluetoothClass; private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED; private short mRssi; private ParcelUuid[] mUuids; private int mDeviceType; Loading Loading
src/com/android/bluetooth/btservice/RemoteDevices.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ final class RemoteDevices { class DeviceProperties { private String mName; private byte[] mAddress; private int mBluetoothClass; private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED; private short mRssi; private ParcelUuid[] mUuids; private int mDeviceType; Loading