Searched refs:is_ui_tx_congested (Results 1 – 4 of 4) sorted by relevance
411 p_app_cb->is_ui_tx_congested = false; in llcp_link_deactivate()637 if (!p_app_cb->is_ui_tx_congested) { in llcp_link_check_congestion()638 p_app_cb->is_ui_tx_congested = true; in llcp_link_check_congestion()726 (p_app_cb->is_ui_tx_congested) && in llcp_link_check_uncongested()729 p_app_cb->is_ui_tx_congested = false; in llcp_link_check_uncongested()
292 if ((p_app_cb->is_ui_tx_congested) || in llcp_util_send_ui()299 p_app_cb->is_ui_tx_congested = true; in llcp_util_send_ui()
609 (p_app_cb->is_ui_tx_congested)) { in LLCP_IsLogicalLinkCongested()619 p_app_cb->is_ui_tx_congested = true; in LLCP_IsLogicalLinkCongested()
116 bool is_ui_tx_congested; /* TRUE if transmitting UI PDU is congested */ member