HomeSort by relevance Sort by last modified time
    Searched refs:is_tx_congested (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/nfc/int/
llcp_int.h 191 BOOLEAN is_tx_congested; /* TRUE if tx I PDU is congested */ member in struct:__anon28161
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 433 if ( (p_dlcb->is_tx_congested)
442 p_dlcb->is_tx_congested = TRUE;
    [all...]
llcp_link.c 651 &&(llcp_cb.dlcb[idx].is_tx_congested == FALSE) )
653 llcp_cb.dlcb[idx].is_tx_congested = TRUE;
778 &&(llcp_cb.dlcb[idx].is_tx_congested)
781 llcp_cb.dlcb[idx].is_tx_congested = FALSE;
    [all...]
llcp_api.c     [all...]

Completed in 53 milliseconds