Home
last modified time | relevance | path

Searched refs:local_busy (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_fcr.c726 else if (p_ccb->fcrb.local_busy) in l2c_fcr_proc_pdu()
776 …if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.srej_sent) && (!GKI_queue_is_empty(&p_ccb->fcrb.sr… in l2c_fcr_proc_pdu()
812 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent) in l2c_fcr_proc_pdu()
818 …p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, p_ccb->fcrb.srej_sent, p_ccb->fcrb… in l2c_fcr_proc_pdu()
860 if (p_ccb->fcrb.local_busy) in l2c_fcr_proc_tout()
890 if (p_ccb->fcrb.local_busy) in l2c_fcr_proc_ack_tout()
1057 else if (p_fcrb->local_busy) in process_s_frame()
1110 if ( (tx_seq != p_fcrb->next_seq_expected) && (p_fcrb->local_busy) ) in process_i_frame()
1243 if ( (num_to_ack < p_ccb->fcrb.max_held_acks) && (!p_fcrb->local_busy) ) in process_i_frame()
1262 if (p_fcrb->local_busy) in process_i_frame()
Dl2c_api.c1039 if (p_ccb->fcrb.local_busy != on_off) in L2CA_FlowControl()
1041 p_ccb->fcrb.local_busy = on_off; in L2CA_FlowControl()
Dl2c_int.h170 BOOLEAN local_busy; /* TRUE if we have flowed off the peer */ member