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

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

DO NOT MERGE BLE Check and send scan response data

am: 26fa69d8

Change-Id: I97ebca38b9a8d5e05decaa1b8a79d6ed789fb078
parents 6aa04044 26fa69d8
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;
        }