Loading src/com/android/bluetooth/gatt/GattService.java +0 −4 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
src/com/android/bluetooth/gatt/GattService.java +0 −4 Original line number Diff line number Diff line Loading @@ -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); } } Loading