HomeSort by relevance Sort by last modified time
    Searched refs:NFA_SNEP_REQ_CODE_PUT (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 37 #define NFA_SNEP_REQ_CODE_PUT 0x02 /* accept an NDEF message */
146 tNFA_SNEP_REQ_CODE req_code; /* NFA_SNEP_REQ_CODE_GET or NFA_SNEP_REQ_CODE_PUT */
  /external/libnfc-nci/src/nfa/snep/
nfa_snep_act.c 261 &&((opcode == NFA_SNEP_REQ_CODE_GET) || (opcode == NFA_SNEP_REQ_CODE_PUT) || (opcode == NFA_SNEP_RESP_CODE_SUCCESS)) )
338 if ((opcode == NFA_SNEP_REQ_CODE_GET) || (opcode == NFA_SNEP_REQ_CODE_PUT))
621 &&(opcode != NFA_SNEP_REQ_CODE_PUT)
675 else if ( (opcode == NFA_SNEP_REQ_CODE_PUT)
847 else if (nfa_snep_cb.conn[dlink].rx_code == NFA_SNEP_REQ_CODE_PUT)
    [all...]

Completed in 22 milliseconds