Loading framework/java/android/bluetooth/BluetoothGatt.java +1 −0 Original line number Diff line number Diff line Loading @@ -367,6 +367,7 @@ public final class BluetoothGatt implements BluetoothProfile { "onClientConnectionState() -" + (" status=" + status) + (" clientIf=" + clientIf) + (" connected=" + connected) + (" device=" + address)); } if (!address.equals(mDevice.getAddress())) { Loading framework/java/android/bluetooth/BluetoothGattServer.java +2 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,8 @@ public final class BluetoothGattServer implements BluetoothProfile { + status + " serverIf=" + serverIf + " connected=" + connected + " device=" + address); } Loading Loading
framework/java/android/bluetooth/BluetoothGatt.java +1 −0 Original line number Diff line number Diff line Loading @@ -367,6 +367,7 @@ public final class BluetoothGatt implements BluetoothProfile { "onClientConnectionState() -" + (" status=" + status) + (" clientIf=" + clientIf) + (" connected=" + connected) + (" device=" + address)); } if (!address.equals(mDevice.getAddress())) { Loading
framework/java/android/bluetooth/BluetoothGattServer.java +2 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,8 @@ public final class BluetoothGattServer implements BluetoothProfile { + status + " serverIf=" + serverIf + " connected=" + connected + " device=" + address); } Loading