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

  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 68 llcp_cb.lcb.delay_first_pdu_timeout = LLCP_DELAY_TIME_TO_SEND_FIRST_PDU;
llcp_api.c 91 UINT16 delay_first_pdu_timeout)
97 LLCP_TRACE_API1 (" delay_first_pdu_timeout:%d", delay_first_pdu_timeout);
144 llcp_cb.lcb.delay_first_pdu_timeout = delay_first_pdu_timeout;
183 *p_delay_first_pdu_timeout = llcp_cb.lcb.delay_first_pdu_timeout;
189 LLCP_TRACE_API1 (" delay_first_pdu_timeout:%d", *p_delay_first_pdu_timeout);
    [all...]
llcp_link.c 250 if (llcp_cb.lcb.delay_first_pdu_timeout > 0)
254 (((UINT32) llcp_cb.lcb.delay_first_pdu_timeout) * QUICK_TIMER_TICKS_PER_SEC) / 1000);
    [all...]
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c     [all...]
nfa_p2p_act.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 527 UINT16 delay_first_pdu_timeout);
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 182 UINT16 delay_first_pdu_timeout; member in struct:__anon28021
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 241 UINT16 delay_first_pdu_timeout);
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 100 UINT16 delay_first_pdu_timeout;/* delay timeout to send first PDU as initiator */ member in struct:__anon28157

Completed in 155 milliseconds