Lines Matching refs:Log
33 import android.util.Log;
79 Log.i(TAG, "Connected to GATT server.");
81 Log.i(TAG, "Attempting to start service discovery:" +
87 Log.i(TAG, "Disconnected from GATT server.");
97 Log.w(TAG, "onServicesDiscovered received: " + status);
134 Log.d(TAG, "Heart rate format UINT16."); in broadcastUpdate()
137 Log.d(TAG, "Heart rate format UINT8."); in broadcastUpdate()
140 Log.d(TAG, String.format("Received heart rate: %d", heartRate)); in broadcastUpdate()
188 Log.e(TAG, "Unable to initialize BluetoothManager."); in initialize()
195 Log.e(TAG, "Unable to obtain a BluetoothAdapter."); in initialize()
214 Log.w(TAG, "BluetoothAdapter not initialized or unspecified address."); in connect()
221 Log.d(TAG, "Trying to use an existing mBluetoothGatt for connection."); in connect()
232 Log.w(TAG, "Device not found. Unable to connect."); in connect()
238 Log.d(TAG, "Trying to create a new connection."); in connect()
252 Log.w(TAG, "BluetoothAdapter not initialized"); in disconnect()
279 Log.w(TAG, "BluetoothAdapter not initialized"); in readCharacteristic()
294 Log.w(TAG, "BluetoothAdapter not initialized"); in setCharacteristicNotification()