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

Commit a54c805a 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: 675a2120

Change-Id: I11f55763c6115d8df80bb1cbb2bc901a934ee10c
parents 675af690 675a2120
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;