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

Commit 34aee8ec 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:...

Merge "Bluetooth: Don't throw exception when stopAdvertisingSet fails" am: 2cb82090 am: 931010f1
am: 446414a5

Change-Id: I450e1edba62e39d972dd87fd3fed9d359919b3a8
parents 0a6e35a7 446414a5
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");
       }
    }