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

Commit 3eda524b authored by Chris Manton's avatar Chris Manton Committed by android-build-merger
Browse files

Merge "BLE Check and send scan response data"

am: 62cbd3bd

Change-Id: I34d73f42bd2403aea99621838ab55b8c0f1c2d56
parents 600c557d 62cbd3bd
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;
        }