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

  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 737 /* if local_busy or rx congested then do not update receive sequence number to flow off */
738 if ( (p_dlcb->local_busy)
822 if ( (p_dlcb->local_busy)
832 if ( (p_dlcb->local_busy)
836 LLCP_TRACE_DEBUG3 ("llcp_util_send_rr_rnr (): local_busy=%d,is_rx_congested=%d,overall_rx_congested=%d",
837 p_dlcb->local_busy, p_dlcb->is_rx_congested, llcp_cb.overall_rx_congested);
839 /* if local_busy or rx congested then do not update receive sequence number to flow off */
llcp_api.c     [all...]
llcp_dlc.c     [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 178 BOOLEAN local_busy; /* TRUE if local SAP is busy */ member in struct:__anon16522
  /system/bt/stack/l2cap/
l2c_fcr.c 702 else if (p_ccb->fcrb.local_busy)
755 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.srej_sent) &&
792 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent)
797 L2CAP_TRACE_DEBUG ("l2c_fcr_proc_pdu() not sending RR CID: 0x%04x local_busy:%d rej_sent:%d srej_sent:%d Expected_Seq:%u Last_Ack:%u",
798 p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.srej_sent, p_ccb->fcrb.next_seq_expected,
    [all...]
l2c_int.h 174 BOOLEAN local_busy; /* TRUE if we have flowed off the peer */ member in struct:__anon72814
    [all...]
l2c_api.c     [all...]

Completed in 52 milliseconds