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

Commit c5986aba authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Rename API: DisconnectReasonToString" into tm-dev am: f05f4ec6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17183245

Change-Id: Ic0a03d12ef11e75dda7d7c2d760596bde9c33559
parents 49e7020c f05f4ec6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ class BluetoothCompanionDeviceConnectionListener
            int reason) {
        if (DEBUG) {
            Log.i(TAG, "onDevice_Disconnected() " + btDeviceToString(device));
            Log.d(TAG, "  reason=" + disconnectReasonText(reason));
            Log.d(TAG, "  reason=" + disconnectReasonToString(reason));
        }

        final MacAddress macAddress = MacAddress.fromString(device.getAddress());