Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc179 !local_busy()) { in recv_i_frame()
185 with_valid_f_bit(f) && !local_busy()) { in recv_i_frame()
196 …_duplicate_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && !local_busy()) { in recv_i_frame()
199 !local_busy()) { in recv_i_frame()
207 …th_expected_tx_seq(tx_seq) && with_valid_req_seq(req_seq) && with_valid_f_bit(f) && local_busy()) { in recv_i_frame()
211 local_busy()) { in recv_i_frame()
469 bool local_busy() { in local_busy() function
664 if (local_busy()) { in send_rr_or_rnr()
673 if (local_busy()) { in send_i_or_rr_or_rnr()
681 if (!local_busy() && frames_sent == 0) { in send_i_or_rr_or_rnr()
[all …]
/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/nfc/src/nfc/include/
Dllcp_int.h177 bool local_busy; /* TRUE if local SAP is busy */ member