Merge "Rename API: DisconnectReasonToString" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f05f4ec6b8
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user