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

Commit 027a5aec 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

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

Change-Id: Ic4bce3c9e35d3ee32435719a6bb9bfbc957c0acd
parents 1a6f9b00 05857621
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;
            }