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

Commit d90174f2 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Fix OnAdvertisingSetStopped callback not being called" am: f4fa0af6...

Merge "Fix OnAdvertisingSetStopped callback not being called" am: f4fa0af6 am: f81a70eb am: f4a7803c
am: 52106db0

Change-Id: I1ce7656e6a87a0086cbd3f996c76f4222db050d4
parents 6396f947 52106db0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -243,6 +243,12 @@ class AdvertiseManager {
        }

        stopAdvertisingSetNative(advertiser_id);

        try {
            callback.onAdvertisingSetStopped(advertiser_id);
        } catch (RemoteException e) {
            Log.i(TAG, "error sending onAdvertisingSetStopped callback", e);
        }
    }

    void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents) {