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

Commit 62cbd3bd authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

Merge "BLE Check and send scan response data"

parents d1a33622 1d4ea0cd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -332,6 +332,9 @@ class AdvertiseManager {
                return false;
            }
            setAdvertisingData(client, client.advertiseData, false);
            if (client.scanResponse != null) {
                setAdvertisingData(client, client.scanResponse, true);
            }
            return true;
        }