Home
last modified time | relevance | path

Searched refs:remote_miu (Results 1 – 8 of 8) sorted by relevance

/external/libnfc-nci/src/nfa/include/
Dnfa_p2p_api.h109 UINT16 remote_miu; member
119 UINT16 remote_miu; member
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_act.c326 nfa_p2p_cb.conn_cb[xx].remote_miu = p_data->connect_ind.miu; in nfa_p2p_proc_llcp_connect_ind()
335 evt_data.conn_req.remote_miu = p_data->connect_ind.miu; in nfa_p2p_proc_llcp_connect_ind()
373 nfa_p2p_cb.conn_cb[xx].remote_miu = p_data->connect_resp.miu; in nfa_p2p_proc_llcp_connect_resp()
382 evt_data.connected.remote_miu = p_data->connect_resp.miu; in nfa_p2p_proc_llcp_connect_resp()
Dnfa_p2p_api.c714 else if (nfa_p2p_cb.conn_cb[xx].remote_miu < length) in NFA_P2pSendData()
717 handle, nfa_p2p_cb.conn_cb[xx].remote_miu); in NFA_P2pSendData()
/external/libnfc-nci/src/nfc/llcp/
Dllcp_dlc.c153 p_dlcb->remote_miu = p_params->miu; in llcp_dlsm_idle()
156 …LLCP_TRACE_DEBUG2 ("llcp_dlsm_idle (): Remote MIU:%d, RW:%d", p_dlcb->remote_miu, p_dlcb->remote_r… in llcp_dlsm_idle()
208 p_dlcb->remote_miu = p_params->miu; in llcp_dlsm_w4_remote_resp()
211 …LLCP_TRACE_DEBUG2 ("llcp_dlsm_w4_remote_resp (): Remote MIU:%d, RW:%d", p_dlcb->remote_miu, p_dlcb… in llcp_dlsm_w4_remote_resp()
Dllcp_api.c1153 if (p_dlcb->remote_miu >= p_buf->len) in LLCP_SendData()
1168 p_buf->len, p_dlcb->remote_miu); in LLCP_SendData()
/external/libnfc-nci/src/nfa/int/
Dnfa_cho_int.h217 UINT16 remote_miu; /* peer's MIU of data link connection */ member
Dnfa_p2p_int.h219 UINT16 remote_miu; /* MIU of remote end point */ member
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h181 UINT16 remote_miu; /* MIU of remote SAP */ member