Home
last modified time | relevance | path

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

/system/nfc/src/nfc/llcp/
Dllcp_util.cc732 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_build_info_pdu()
806 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_send_rr_rnr()
814 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_send_rr_rnr()
819 p_dlcb->local_busy, p_dlcb->is_rx_congested, in llcp_util_send_rr_rnr()
Dllcp_api.cc1170 if ((!p_dlcb->local_busy) && (p_dlcb->is_rx_congested) && in LLCP_ReadDataLinkData()
1239 if ((!p_dlcb->local_busy) && (p_dlcb->is_rx_congested)) { in LLCP_FlushDataLinkRxData()
1340 if (p_dlcb->local_busy != is_busy) { in LLCP_SetLocalBusyStatus()
1341 p_dlcb->local_busy = is_busy; in LLCP_SetLocalBusyStatus()
Dllcp_dlc.cc1023 if ((!p_dlcb->local_busy) && (p_dlcb->num_rx_i_pdu == 1)) { in llcp_dlc_proc_i_pdu()
/system/bt/stack/l2cap/
Dl2c_fcr.cc703 else if (p_ccb->fcrb.local_busy) in l2c_fcr_proc_pdu()
755 if ((!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.srej_sent) && in l2c_fcr_proc_pdu()
791 if ((!p_ccb->fcrb.local_busy) && (!p_ccb->fcrb.rej_sent) && in l2c_fcr_proc_pdu()
799 p_ccb->local_cid, p_ccb->fcrb.local_busy, p_ccb->fcrb.rej_sent, in l2c_fcr_proc_pdu()
940 if (p_ccb->fcrb.local_busy) in l2c_fcr_proc_tout()
969 if (p_ccb->fcrb.local_busy) in l2c_fcr_proc_ack_tout()
1139 else if (p_fcrb->local_busy) in process_s_frame()
1188 if ((tx_seq != p_fcrb->next_seq_expected) && (p_fcrb->local_busy)) { in process_i_frame()
1324 if ((num_to_ack < p_ccb->fcrb.max_held_acks) && (!p_fcrb->local_busy)) in process_i_frame()
1340 if (p_fcrb->local_busy) in process_i_frame()
Dl2c_api.cc1327 if (p_ccb->fcrb.local_busy != on_off) { in L2CA_FlowControl()
1328 p_ccb->fcrb.local_busy = on_off; in L2CA_FlowControl()
Dl2c_int.h195 bool local_busy; /* true if we have flowed off the peer */ member
/system/nfc/src/nfc/include/
Dllcp_int.h177 bool local_busy; /* TRUE if local SAP is busy */ member