Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c379 if ( (p_ccb->fcrb.remote_busy == TRUE) in l2c_fcr_is_flow_controlled()
985 …ACE_DEBUG ("process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d", ctrl_word, p_fcrb->remote_busy); in process_s_frame()
998 remote_was_busy = p_fcrb->remote_busy; in process_s_frame()
999 p_fcrb->remote_busy = FALSE; in process_s_frame()
1007 p_fcrb->remote_busy = FALSE; in process_s_frame()
1012 p_fcrb->remote_busy = TRUE; in process_s_frame()
1017 p_fcrb->remote_busy = FALSE; in process_s_frame()
Dl2c_utils.c3360 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) { in l2cu_get_next_channel_in_rr()
3432 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) { in l2cu_get_next_channel()
3486 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) {
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h182 BOOLEAN remote_busy; /* TRUE if peer has flowed us off */ member