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

Commit c6e9d293 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Bluetooth: Don't throw exception when stopAdvertisingSet fails" into oc-mr1-dev

parents 90658fab 4cf705e1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -453,7 +453,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");
       }
    }