From 6210bfa8f745c0af3e0d178bd03f99186aae34d6 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 18 Jan 2017 14:35:04 +0100 Subject: Fix a lot of minor issues in the new Android peripheral backend Change-Id: I3aa89926c5237ee8da18b73f66f0c7a321a83c91 Reviewed-by: Timur Pocheptsov Reviewed-by: Alex Blasche --- .../src/org/qtproject/qt5/android/bluetooth/QtBluetoothLEServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/android') diff --git a/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLEServer.java b/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLEServer.java index d256fe8c..76b738bd 100644 --- a/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLEServer.java +++ b/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLEServer.java @@ -108,7 +108,7 @@ public class QtBluetoothLEServer { { @Override public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { - Log.w(TAG, "Our gatt server connection state changed, new state: " + Integer.toString(newState)); + Log.w(TAG, "Our gatt server connection state changed, new state: " + newState); super.onConnectionStateChange(device, status, newState); int qtControllerState = 0; -- cgit v1.2.3