Merge "Rename API: DisconnectReasonToString" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-15 11:28:14 +00:00
committed by Android (Google) Code Review

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