Rename API: DisconnectReasonToString

Bug: 221851154
Test: Build + TH
Tag: #refactor
Change-Id: Ief048e401212fb3f1a33d3f5d2fe9356f07a933a
This commit is contained in:
William Escande
2022-03-14 19:05:27 +01:00
parent 781829d9a6
commit 46ee87f4e4

View File

@@ -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());