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.c108 UINT16 delay_first_pdu_timeout)
114 LLCP_TRACE_API1 (" delay_first_pdu_timeout:%d", delay_first_pdu_timeout);
161 llcp_cb.lcb.delay_first_pdu_timeout = delay_first_pdu_timeout;
200 *p_delay_first_pdu_timeout = llcp_cb.lcb.delay_first_pdu_timeout;
206 LLCP_TRACE_API1 (" delay_first_pdu_timeout:%d", *p_delay_first_pdu_timeout);
100 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:__anon8513
/external/libnfc-nci/src/nfc/int/
H A Dllcp_int.h98 UINT16 delay_first_pdu_timeout;/* delay timeout to send first PDU as initiator */ member in struct:__anon8649

Completed in 67 milliseconds