Home | History | Annotate | Download | only in com.example.android.bluetoothlegatt

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.");
137 Log.d(TAG, "Heart rate format UINT8.");
140 Log.d(TAG, String.format("Received heart rate: %d", heartRate));
188 Log.e(TAG, "Unable to initialize BluetoothManager.");
195 Log.e(TAG, "Unable to obtain a BluetoothAdapter.");
214 Log.w(TAG, "BluetoothAdapter not initialized or unspecified address.");
221 Log.d(TAG, "Trying to use an existing mBluetoothGatt for connection.");
232 Log.w(TAG, "Device not found. Unable to connect.");
238 Log.d(TAG, "Trying to create a new connection.");
252 Log.w(TAG, "BluetoothAdapter not initialized");
279 Log.w(TAG, "BluetoothAdapter not initialized");
294 Log.w(TAG, "BluetoothAdapter not initialized");