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

Commit e2cc731d authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Initialize the RemoteDevice Class Of Device to UNCATEGORIZED" am: 18ec9dbe

am: 4703fb0a

Change-Id: I85f739e4bef790ac915f229c0b3eb3836dbb1307
parents 39160d35 4703fb0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -113,7 +113,7 @@ final class RemoteDevices {
    class DeviceProperties {
    class DeviceProperties {
        private String mName;
        private String mName;
        private byte[] mAddress;
        private byte[] mAddress;
        private int mBluetoothClass;
        private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED;
        private short mRssi;
        private short mRssi;
        private ParcelUuid[] mUuids;
        private ParcelUuid[] mUuids;
        private int mDeviceType;
        private int mDeviceType;