Searched refs:delay_first_pdu_timeout (Results 1 - 9 of 9) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_main.c68 llcp_cb.lcb.delay_first_pdu_timeout = LLCP_DELAY_TIME_TO_SEND_FIRST_PDU;
H A Dllcp_api.c91 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);
83 LLCP_SetConfig(UINT16 link_miu, UINT8 opt, UINT8 wt, UINT16 link_timeout, UINT16 inact_timeout_init, UINT16 inact_timeout_target, UINT16 symm_delay, UINT16 data_link_timeout, UINT16 delay_first_pdu_timeout) argument
H A Dllcp_link.c250 if (llcp_cb.lcb.delay_first_pdu_timeout > 0)
254 (((UINT32) llcp_cb.lcb.delay_first_pdu_timeout) * QUICK_TIMER_TICKS_PER_SEC) / 1000);
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_api.c1053 UINT16 delay_first_pdu_timeout)
1061 P2P_TRACE_API1 (" delay_first_pdu_timeout:%d", delay_first_pdu_timeout);
1081 p_msg->delay_first_pdu_timeout = delay_first_pdu_timeout;
1135 P2P_TRACE_API1 (" delay_first_pdu_timeout:%d", *p_delay_first_pdu_timeout);
1045 NFA_P2pSetLLCPConfig(UINT16 link_miu, UINT8 opt, UINT8 wt, UINT16 link_timeout, UINT16 inact_timeout_init, UINT16 inact_timeout_target, UINT16 symm_delay, UINT16 data_link_timeout, UINT16 delay_first_pdu_timeout) argument
H A Dnfa_p2p_act.c1215 p_msg->api_set_llcp_cfg.delay_first_pdu_timeout);
/external/libnfc-nci/src/nfa/include/
H A Dnfa_p2p_api.h527 UINT16 delay_first_pdu_timeout);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_p2p_int.h182 UINT16 delay_first_pdu_timeout; member in struct:__anon24212
/external/libnfc-nci/src/nfc/include/
H A Dllcp_api.h241 UINT16 delay_first_pdu_timeout);
/external/libnfc-nci/src/nfc/int/
H A Dllcp_int.h100 UINT16 delay_first_pdu_timeout;/* delay timeout to send first PDU as initiator */ member in struct:__anon24348

Completed in 323 milliseconds