Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.c383 if ( (p_ccb->fcrb.remote_busy == TRUE) in l2c_fcr_is_flow_controlled()
1012 …ACE_DEBUG ("process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d", ctrl_word, p_fcrb->remote_busy); in process_s_frame()
1027 remote_was_busy = p_fcrb->remote_busy; in process_s_frame()
1028 p_fcrb->remote_busy = FALSE; in process_s_frame()
1035 p_fcrb->remote_busy = FALSE; in process_s_frame()
1040 p_fcrb->remote_busy = TRUE; in process_s_frame()
1045 p_fcrb->remote_busy = FALSE; in process_s_frame()
Dl2c_int.h169 BOOLEAN remote_busy; /* TRUE if peer has flowed us off */ member
Dl2c_utils.c3151 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) in l2cu_get_next_channel_in_rr()
3224 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) in l2cu_get_next_channel()
3276 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) in l2cu_get_next_buffer_to_send()