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

Commit 46ee87f4 authored by William Escande's avatar William Escande
Browse files

Rename API: DisconnectReasonToString

Bug: 221851154
Test: Build + TH
Tag: #refactor
Change-Id: Ief048e401212fb3f1a33d3f5d2fe9356f07a933a
parent 781829d9
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());