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

Commit ebe1ba38 authored by Ian Rogers's avatar Ian Rogers Committed by android-build-merger
Browse files

Merge "Fix a test related to GATT client that could never succeed" am: 05857621

am: 027a5aec

* commit '027a5aec':
  Fix a test related to GATT client that could never succeed

Change-Id: I443a006993bf575ac1e569fe445b0c4662da6c5a
parents 82054805 027a5aec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ class AdvertiseManager {
        private void handleStartAdvertising(AdvertiseClient client) {
            Utils.enforceAdminPermission(mService);
            int clientIf = client.clientIf;
            if (mAdvertiseClients.contains(clientIf)) {
            if (mAdvertiseClients.contains(client)) {
                postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_ALREADY_STARTED);
                return;
            }