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

  /system/nfc/src/nfc/llcp/
llcp_util.c 692 /* if local_busy or rx congested then do not update receive sequence number to
694 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) ||
768 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) ||
776 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) ||
780 "local_busy=%d,is_rx_congested=%d,overall_rx_congested=%d",
781 p_dlcb->local_busy, p_dlcb->is_rx_congested,
784 /* if local_busy or rx congested then do not update receive sequence number
llcp_api.c     [all...]
llcp_dlc.c     [all...]
  /system/nfc/src/nfc/int/
llcp_int.h 178 bool local_busy; /* TRUE if local SAP is busy */ member in struct:__anon115088
  /system/bt/stack/l2cap/
l2c_fcr.cc 700 else if (p_ccb->fcrb.local_busy)
752 if ((!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.srej_sent) &&
788 if ((!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) &&
794 "l2c_fcr_proc_pdu() not sending RR CID: 0x%04x local_busy:%d "
796 p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent,
    [all...]
l2c_int.h 180 bool local_busy; /* true if we have flowed off the peer */ member in struct:__anon113944
    [all...]
l2c_api.cc     [all...]

Completed in 403 milliseconds