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

Commit e190a6ba authored by William Escande's avatar William Escande
Browse files

Proper usage of mBluetoothConnectionCallback

Bug: 363936742
Test: m Bluetooth
Flag: Exempt fix obvious copy paste typo
Change-Id: I9ec1c97d6cbbd9734f800c7f666d8dbb36a792ba
parent d467c8f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5531,7 +5531,7 @@ public class AdapterService extends Service {
        for (int i = 0; i < n; i++) {
            cb.accept(mBluetoothConnectionCallbacks.getBroadcastItem(i));
        }
        mRemoteCallbacks.finishBroadcast();
        mBluetoothConnectionCallbacks.finishBroadcast();
    }

    /**