Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_api.c1053 UINT16 delay_first_pdu_timeout) in NFA_P2pSetLLCPConfig() argument
1061 P2P_TRACE_API1 (" delay_first_pdu_timeout:%d", delay_first_pdu_timeout); in NFA_P2pSetLLCPConfig()
1081 p_msg->delay_first_pdu_timeout = delay_first_pdu_timeout; in NFA_P2pSetLLCPConfig()
Dnfa_p2p_act.c1215 p_msg->api_set_llcp_cfg.delay_first_pdu_timeout); in nfa_p2p_set_llcp_cfg()
/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c91 UINT16 delay_first_pdu_timeout) in LLCP_SetConfig() argument
97 LLCP_TRACE_API1 (" delay_first_pdu_timeout:%d", delay_first_pdu_timeout); in LLCP_SetConfig()
144 llcp_cb.lcb.delay_first_pdu_timeout = delay_first_pdu_timeout; in LLCP_SetConfig()
183 *p_delay_first_pdu_timeout = llcp_cb.lcb.delay_first_pdu_timeout; in LLCP_GetConfig()
Dllcp_main.c68 llcp_cb.lcb.delay_first_pdu_timeout = LLCP_DELAY_TIME_TO_SEND_FIRST_PDU; in llcp_init()
Dllcp_link.c250 if (llcp_cb.lcb.delay_first_pdu_timeout > 0) in llcp_link_activate()
254 … (((UINT32) llcp_cb.lcb.delay_first_pdu_timeout) * QUICK_TIMER_TICKS_PER_SEC) / 1000); in llcp_link_activate()
/external/libnfc-nci/src/nfa/int/
Dnfa_p2p_int.h182 UINT16 delay_first_pdu_timeout; member
/external/libnfc-nci/src/nfa/include/
Dnfa_p2p_api.h527 UINT16 delay_first_pdu_timeout);
/external/libnfc-nci/src/nfc/include/
Dllcp_api.h241 UINT16 delay_first_pdu_timeout);
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h100 UINT16 delay_first_pdu_timeout;/* delay timeout to send first PDU as initiator */ member