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

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

Merge "Bluetooth: Don't throw exception when stopAdvertisingSet fails"

am: b7cbb2fe

Change-Id: I5ccf67621134fe1ba9204e2a8f3502ffacef0315
parents e9fe9957 b7cbb2fe
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -455,7 +455,6 @@ public final class BluetoothLeAdvertiser {
            gatt.stopAdvertisingSet(wrapped);
       } catch (RemoteException e) {
            Log.e(TAG, "Failed to stop advertising - ", e);
            throw new IllegalStateException("Failed to stop advertising");
       }
    }