Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c379 if ( (p_ccb->fcrb.remote_busy == TRUE) in l2c_fcr_is_flow_controlled()
982 …ACE_DEBUG ("process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d", ctrl_word, p_fcrb->remote_busy); in process_s_frame()
995 remote_was_busy = p_fcrb->remote_busy; in process_s_frame()
996 p_fcrb->remote_busy = FALSE; in process_s_frame()
1004 p_fcrb->remote_busy = FALSE; in process_s_frame()
1009 p_fcrb->remote_busy = TRUE; in process_s_frame()
1014 p_fcrb->remote_busy = FALSE; in process_s_frame()
Dl2c_utils.c3379 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) { in l2cu_get_next_channel_in_rr()
3451 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) { in l2cu_get_next_channel()
3505 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) {
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h182 BOOLEAN remote_busy; /* TRUE if peer has flowed us off */ member