Lines Matching defs:callback

170                     Log.w(TAG, "Unhandled exception in callback", ex);
297 Log.w(TAG, "Unhandled exception in callback", ex);
344 Log.w(TAG, "Unhandled exception in callback", ex);
390 Log.w(TAG, "Unhandled exception in callback", ex);
421 Log.w(TAG, "Unhandled exception in callback", ex);
471 Log.w(TAG, "Unhandled exception in callback", ex);
519 Log.w(TAG, "Unhandled exception in callback", ex);
536 Log.w(TAG, "Unhandled exception in callback", ex);
553 Log.w(TAG, "Unhandled exception in callback", ex);
558 * Listen command status callback
607 * Register an application callback to start using GATT.
609 * <p>This is an asynchronous call. The callback {@link BluetoothGattCallback#onAppRegistered}
614 * @param callback GATT callback handler that will receive asynchronous callbacks.
615 * @return If true, the callback will be called to notify success or failure,
618 private boolean registerApp(BluetoothGattCallback callback) {
622 mCallback = callback;
657 * {@link BluetoothGattCallback#onConnectionStateChange} callback will be
675 /*package*/ boolean connect(Boolean autoConnect, BluetoothGattCallback callback) {
683 if (!registerApp(callback)) {
687 Log.e(TAG, "Failed to register callback");
691 // the connection will continue after successful callback registration
812 * the {@link BluetoothGattCallback#onServicesDiscovered} callback is
892 * callback.
929 * {@link BluetoothGattCallback#onCharacteristicWrite} callback is invoked,
970 * {@link BluetoothGattCallback#onDescriptorRead} callback is
1008 * <p>A {@link BluetoothGattCallback#onDescriptorWrite} callback is
1050 * receive an {@link BluetoothGattCallback#onCharacteristicWrite} callback
1084 * <p>A {@link BluetoothGattCallback#onReliableWriteCompleted} callback is
1135 * {@link BluetoothGattCallback#onCharacteristicChanged} callback will be
1193 * <p>The {@link BluetoothGattCallback#onReadRemoteRssi} callback will be