Searched defs:remote_link_miu (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/cho/
H A Dnfa_cho_sm.c129 UINT16 remote_link_miu; local
146 LLCP_GetLinkMIU (&nfa_cho_cb.local_link_miu, &remote_link_miu);
176 UINT16 remote_link_miu; local
254 LLCP_GetLinkMIU (&nfa_cho_cb.local_link_miu, &remote_link_miu);
/external/libnfc-nci/src/nfa/snep/
H A Dnfa_snep_act.c155 UINT16 local_link_miu, remote_link_miu; local
162 LLCP_GetLinkMIU (&local_link_miu, &remote_link_miu);
165 if (local_link_miu < remote_link_miu)
167 remote_link_miu = local_link_miu;
176 if (remote_link_miu - remote_miu > 9)
183 max_num_pdu_in_agf = remote_link_miu / (remote_miu + 5);
185 if (remote_link_miu % (remote_miu + 5))
193 efficent_miu = (remote_link_miu - max_num_pdu_in_agf*5)/max_num_pdu_in_agf;
205 SNEP_TRACE_DEBUG2 ("nfa_snep_get_efficent_miu () remote_link_miu = %d, efficent_miu = %d",
206 remote_link_miu, efficent_mi
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_p2p_api.h93 UINT16 remote_link_miu; member in struct:__anon7601
151 UINT16 remote_link_miu; member in struct:__anon7608
H A Dnfa_api.h358 UINT16 remote_link_miu;/* Link MIU of peer */ member in struct:__anon7537
/external/libnfc-nci/src/nfa/int/
H A Dnfa_p2p_int.h250 UINT16 remote_link_miu; member in struct:__anon7761

Completed in 498 milliseconds