HomeSort by relevance Sort by last modified time
    Searched defs:miu (Results 1 - 8 of 8) 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
  /external/libnfc-nxp/inc/
phNfcLlcpTypes.h 41 #define PHFRINFC_LLCP_MIU_DEFAULT 128 /**< Default MIU value (in bytes).*/
112 /** The remote Maximum Information Unit Extension (NOTE: this is MIUX, not MIU !)*/
113 uint16_t miu; member in struct:phFriNfc_LlcpTransport_sSocketOptions
122 /** The remote Maximum Information Unit (NOTE: this is MIU, not MIUX !)*/
123 uint16_t miu; member in struct:phFriNfc_Llcp_sLinkParameters
  /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);
SnepServer.java 78 public SnepServer(Callback callback, int miu, int rwSize) {
83 mMiu = miu;
214 int miu = communicationSocket.getRemoteMiu(); local
216 miu : Math.min(miu, mFragmentLength);
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 58 UINT16 miu; /* Local receiving MIU */ member in struct:__anon22578
124 UINT16 miu; /* MIU of peer device */ member in struct:__anon22580
134 UINT16 miu; /* MIU of peer device */ member in struct:__anon22581
220 ** - Local Link MIU
248 ** - Local Link MIU
416 ** - Recommended max_data_len is link MIU of local device
528 ** - Recommended max_data_len is data link connection MIU of loca
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 160 int miu; member in struct:nfc_jni_native_data
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 100 UINT16 miu; member in struct:__anon22516
126 UINT16 miu; member in struct:__anon22519
219 UINT16 remote_miu; /* MIU of remote end point */

Completed in 142 milliseconds