Rename API: DisconnectReasonToString
Bug: 221851154 Test: Build + TH Tag: #refactor Change-Id: Ief048e401212fb3f1a33d3f5d2fe9356f07a933a
This commit is contained in:
@@ -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