Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c698 } else if (p_ccb->fcrb.local_busy) { in l2c_fcr_proc_pdu()
750 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.srej_sent) && in l2c_fcr_proc_pdu()
783 if ( (!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && (!p_ccb->fcrb.srej_sent) in l2c_fcr_proc_pdu()
788 …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()
828 if (p_ccb->fcrb.local_busy) { in l2c_fcr_proc_tout()
858 if (p_ccb->fcrb.local_busy) { in l2c_fcr_proc_ack_tout()
1024 } else if (p_fcrb->local_busy) { in process_s_frame()
1074 if ( (tx_seq != p_fcrb->next_seq_expected) && (p_fcrb->local_busy) ) { in process_i_frame()
1177 if ( (num_to_ack < p_ccb->fcrb.max_held_acks) && (!p_fcrb->local_busy) ) { in process_i_frame()
1193 if (p_fcrb->local_busy) { in process_i_frame()
Dl2c_api.c1008 if (p_ccb->fcrb.local_busy != on_off) { in L2CA_FlowControl()
1009 p_ccb->fcrb.local_busy = on_off; in L2CA_FlowControl()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h183 BOOLEAN local_busy; /* TRUE if we have flowed off the peer */ member