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

/external/libnfc-nci/src/nfa/snep/
H A Dnfa_snep_act.c153 static UINT16 nfa_snep_get_efficent_miu (UINT16 remote_miu, UINT8 remote_rw) argument
159 SNEP_TRACE_DEBUG2 ("nfa_snep_get_efficent_miu () remote_miu = %d, remote_rw = %d",
160 remote_miu, remote_rw);
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))
197 efficent_miu = remote_miu;
202 efficent_miu = remote_miu;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_p2p_api.h108 UINT16 remote_miu; member in struct:__anon8196
118 UINT16 remote_miu; member in struct:__anon8197
/external/libnfc-nci/src/nfa/int/
H A Dnfa_p2p_int.h217 UINT16 remote_miu; /* MIU of remote end point */ member in struct:__anon8351
H A Dnfa_cho_int.h216 UINT16 remote_miu; /* peer's MIU of data link connection */ member in struct:__anon8234
/external/libnfc-nci/src/nfc/int/
H A Dllcp_int.h172 UINT16 remote_miu; /* MIU of remote SAP */ member in struct:__anon8489

Completed in 360 milliseconds