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 190 BOOLEAN is_tx_congested; /* TRUE if tx I PDU is congested */ member in struct:__anon20901
  /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 645 &&(llcp_cb.dlcb[idx].is_tx_congested == FALSE) )
647 llcp_cb.dlcb[idx].is_tx_congested = TRUE;
772 &&(llcp_cb.dlcb[idx].is_tx_congested)
775 llcp_cb.dlcb[idx].is_tx_congested = FALSE;
    [all...]
llcp_api.c     [all...]

Completed in 29 milliseconds