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

Commit 616df670 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Log 'connected' in connection state changes

Bug: 343848387
Test: m -j;
Flag: EXEMPT, only log change
Change-Id: I7dc9c8ba56fcc86cef3e6e82fba1aaf2fee3e63e
parent 1016644b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -368,6 +368,7 @@ public final class BluetoothGatt implements BluetoothProfile {
                                "onClientConnectionState() -"
                                        + (" status=" + status)
                                        + (" clientIf=" + clientIf)
                                        + (" connected=" + connected)
                                        + (" device=" + address));
                    }
                    if (!address.equals(mDevice.getAddress())) {
+2 −0
Original line number Diff line number Diff line
@@ -110,6 +110,8 @@ public final class BluetoothGattServer implements BluetoothProfile {
                                        + status
                                        + " serverIf="
                                        + serverIf
                                        + " connected="
                                        + connected
                                        + " device="
                                        + address);
                    }