Home | History | Annotate | Download | only in rw

Lines Matching full:operation

207         /* Determine what operation triggered the NDEF detection procedure */
210 /* if ndef detection was done as part of ndef-read operation, then perform ndef read now */
222 /* if ndef detection was done as part of ndef-write operation, then perform ndef write now */
251 /* if ndef detection was done as part of ndef-read operation, then notify NDEF handlers of failure */
260 /* if ndef detection was done as part of ndef-write operation, then notify app of failure */
286 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
338 /* Determine what operation triggered the TLV detection procedure */
424 NFA_TRACE_DEBUG0("Performing deferred operation after presence check...");
530 /* If current operation is READ_NDEF, then notify ndef handlers of failure */
588 /* if format operation was done as part of ndef-write operation, now start NDEF Write */
597 /* if format operation failed or ndef detection did not start, then notify app of ndef-write operation failure */
670 /* If current operation is READ_NDEF, then notify ndef handlers of failure */
783 /* If current operation is READ_NDEF, then notify ndef handlers of failure */
889 case RW_T4T_NDEF_READ_CPLT_EVT: /* Read operation completed */
912 case RW_T4T_NDEF_READ_FAIL_EVT: /* Read operation failed */
915 /* If current operation is READ_NDEF, then notify ndef handlers of failure */
929 case RW_T4T_NDEF_UPDATE_CPLT_EVT: /* Update operation completed */
930 case RW_T4T_NDEF_UPDATE_FAIL_EVT: /* Update operation failed */
959 /* if NDEF operation */
962 /* If current operation is READ_NDEF, then notify ndef handlers of failure */
1040 case RW_I93_NDEF_READ_CPLT_EVT: /* Read operation completed */
1058 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1063 case RW_I93_NDEF_READ_FAIL_EVT: /* Read operation failed */
1066 /* If current operation is READ_NDEF, then notify ndef handlers of failure */
1075 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1080 case RW_I93_NDEF_UPDATE_CPLT_EVT: /* Update operation completed */
1081 case RW_I93_NDEF_UPDATE_FAIL_EVT: /* Update operation failed */
1091 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1124 /* if NDEF operation */
1127 /* If current operation is READ_NDEF, then notify ndef handlers of failure */
1166 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1180 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1190 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1210 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1243 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1290 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1319 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
1607 /* Perform the NDEF read operation */
1678 /* Perform the NDEF read operation */
1760 /* Store the current operation */
2553 /* Free buffer for incoming NDEF message, in case we were in the middle of a read operation */
2573 ** Description Handler for NFA_RW_OP_REQUEST_EVT, operation request
2599 NFA_TRACE_DEBUG1("Deferring operation %i until after auto-presence check is completed", p_data->op_req.op);
2612 /* Store the current operation */
2615 /* Call appropriate handler for requested operation */
2737 NFA_TRACE_ERROR1("nfa_rw_handle_api: unhandled operation: %i", p_data->op_req.op);
2749 ** Description Handle operation request while busy