Home
last modified time | relevance | path

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

/system/nfc/src/nfc/llcp/
Dllcp_sdp.cc156 llcp_cb.lcb.effective_miu)) { in llcp_sdp_send_sdreq()
249 llcp_cb.lcb.effective_miu)) { in llcp_sdp_send_sdres()
Dllcp_link.cc266 llcp_cb.lcb.effective_miu = llcp_cb.lcb.peer_miu; in llcp_link_activate()
268 llcp_cb.lcb.effective_miu = llcp_cb.lcb.local_link_miu; in llcp_link_activate()
1516 if (2 + p_msg->len + 2 + next_pdu_length <= llcp_cb.lcb.effective_miu) { in llcp_link_build_next_pdu()
1544 llcp_cb.lcb.effective_miu) { in llcp_link_build_next_pdu()
Dllcp_api.cc1442 *p_remote_link_miu = llcp_cb.lcb.effective_miu; in LLCP_GetLinkMIU()
/system/nfc/src/nfc/include/
Dllcp_int.h76 uint16_t effective_miu; /* MIU to send PDU in activated state */ member