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

Commit 2e2f32f8 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Fix obvious typo in BluetoothGattService

Test: mma -j32
Flag: exempt, obvious
Bug: None
Change-Id: I70ee5edba9de93462b941ffc2ec3c88cfbc54fe6
parent 01abfd92
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -183,7 +183,7 @@ public class BluetoothGattService implements Parcelable {


        ArrayList<BluetoothGattIncludedService> inclSvcs =
        ArrayList<BluetoothGattIncludedService> inclSvcs =
                in.createTypedArrayList(BluetoothGattIncludedService.CREATOR);
                in.createTypedArrayList(BluetoothGattIncludedService.CREATOR);
        if (chrcs != null) {
        if (inclSvcs != null) {
            for (BluetoothGattIncludedService isvc : inclSvcs) {
            for (BluetoothGattIncludedService isvc : inclSvcs) {
                mIncludedServices.add(
                mIncludedServices.add(
                        new BluetoothGattService(
                        new BluetoothGattService(