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

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

Merge "Don't try to stop advertising on death of GATT clients" am: db403d3f

am: be26effc

Change-Id: I03b24bb19e931f1db25c8bec3812e93b26108eca
parents a73e6701 be26effc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -248,10 +248,6 @@ public class GattService extends ProfileService {
                ScanClient client = new ScanClient(mAppIf, false);
                client.appDied = true;
                stopScan(client);
            } else {
                AdvertiseClient client = new AdvertiseClient(mAppIf);
                client.appDied = true;
                stopMultiAdvertising(client);
            }
        }