Searched refs:effective_miu (Results 1 – 4 of 4) sorted by relevance
146 … &&(llcp_cb.sdp_cb.p_snl->len + LLCP_SDREQ_MIN_LEN + name_len <= llcp_cb.lcb.effective_miu) ) in llcp_sdp_send_sdreq()249 &&(llcp_cb.sdp_cb.p_snl->len + 2 + LLCP_SDRES_LEN <= llcp_cb.lcb.effective_miu) ) in llcp_sdp_send_sdres()
235 llcp_cb.lcb.effective_miu = llcp_cb.lcb.peer_miu; in llcp_link_activate()237 llcp_cb.lcb.effective_miu = llcp_cb.lcb.local_link_miu; in llcp_link_activate()1618 if (2 + p_msg->len + 2 + next_pdu_length <= llcp_cb.lcb.effective_miu) in llcp_link_build_next_pdu()1649 if (p_agf->len - LLCP_PDU_HEADER_SIZE + 2 + next_pdu_length <= llcp_cb.lcb.effective_miu) in llcp_link_build_next_pdu()
1574 *p_remote_link_miu = llcp_cb.lcb.effective_miu; in LLCP_GetLinkMIU()
76 UINT16 effective_miu; /* MIU to send PDU in activated state */ member