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

Commit ab9f2f7d 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: b7cbb2fe am: 5d0f5f46 am: 915c02c9 am: cc1916b5
am: d6825181

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