HomeSort by relevance Sort by last modified time
    Searched defs:miu (Results 1 - 5 of 5) sorted by null

  /packages/apps/Nfc/nci/jni/
NativeLlcpSocket.cpp 182 jint miu = PeerToPeer::getInstance().getRemoteMaxInfoUnit(jniHandle); local
185 return miu;
NfcJniUtil.h 117 int miu; member in struct:nfc_jni_native_data
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java 67 public SnepClient(int miu, int rwSize) {
72 mMiu = miu;
156 int miu = socket.getRemoteMiu(); local
157 int fragmentLength = (mFragmentLength == -1) ? miu : Math.min(miu, mFragmentLength);
  /system/nfc/src/nfc/include/
llcp_api.h 61 uint16_t miu; /* Local receiving MIU */ member in struct:__anon107526
146 uint16_t miu; /* MIU of peer device */ member in struct:__anon107528
155 uint16_t miu; /* MIU of peer device */ member in struct:__anon107529
234 ** - Local Link MIU
258 ** - Local Link MIU
429 ** - Recommended max_data_len is link MIU of local device
536 ** - Recommended max_data_len is data link connection MIU o
    [all...]
  /system/nfc/src/nfa/int/
nfa_p2p_int.h 93 uint16_t miu; member in struct:__anon107464
116 uint16_t miu; member in struct:__anon107467
205 uint16_t remote_miu; /* MIU of remote end point */

Completed in 178 milliseconds