Searched defs:delay_first_pdu_timeout (Results 1 - 4 of 4) sorted by relevance

/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
/external/libnfc-nci/src/nfc/llcp/
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
/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/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 572 milliseconds