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

Commit b7cbb2fe authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents ed12213b f73863dc
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");
       }
    }