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

Commit e298d884 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Fix device list update

Change-Id: I6a57d90f3750590db4ac5d538956b989d9589501
parent ab603ace
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public class WifiP2pDevice implements Parcelable {
        "config_methods=(0x[0-9a-fA-F]+) " +
        "dev_capab=(0x[0-9a-fA-F]+) " +
        "group_capab=(0x[0-9a-fA-F]+)" +
        "( wfd_dev_info=000006([0-9a-fA-F]+))?"
        "( wfd_dev_info=0x000006([0-9a-fA-F]{12}))?"
    );

    /** 2 token device address pattern
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ public class WifiP2pDeviceList implements Parcelable {
            d.wpsConfigMethodsSupported = device.wpsConfigMethodsSupported;
            d.deviceCapability = device.deviceCapability;
            d.groupCapability = device.groupCapability;
            d.wfdInfo = device.wfdInfo;
            return;
        }
        //Not found, add a new one