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

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

Completed in 350 milliseconds