Home
last modified time | relevance | path

Searched refs:remote_busy (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
Dllcp_dlc.c435 ||(p_dlcb->remote_busy) in llcp_dlsm_connected()
1122 old_remote_busy = p_dlcb->remote_busy; in llcp_dlc_proc_rr_rnr_pdu()
1125 p_dlcb->remote_busy = TRUE; in llcp_dlc_proc_rr_rnr_pdu()
1145 p_dlcb->remote_busy = FALSE; in llcp_dlc_proc_rr_rnr_pdu()
1340 &&(!p_dlcb->remote_busy) in llcp_dlc_get_next_pdu()
1412 &&(!p_dlcb->remote_busy) in llcp_dlc_get_next_pdu_length()
Dllcp_link.c650 &&(llcp_cb.dlcb[idx].remote_busy == FALSE) in llcp_link_check_congestion()
783 if (llcp_cb.dlcb[idx].remote_busy == FALSE) in llcp_link_check_uncongested()
Dllcp_api.c1112 ||(p_dlcb->remote_busy) ) in LLCP_IsDataLinkCongested()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h183 BOOLEAN remote_busy; /* TRUE if remote SAP is busy */ member