Home
last modified time | relevance | path

Searched refs:effective_miu (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
Dllcp_sdp.c146 … &&(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()
Dllcp_link.c235 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()
Dllcp_api.c1574 *p_remote_link_miu = llcp_cb.lcb.effective_miu; in LLCP_GetLinkMIU()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h76 UINT16 effective_miu; /* MIU to send PDU in activated state */ member