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

Commit e108406e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE BLE Check and send scan response data" into cw-f-dev

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