Home
last modified time | relevance | path

Searched refs:maxInfoUnit (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
DPeerToPeer.cpp444 bool PeerToPeer::accept (tJNI_HANDLE serverJniHandle, tJNI_HANDLE connJniHandle, int maxInfoUnit, i… in accept() argument
450 serverJniHandle, connJniHandle, maxInfoUnit, recvWindow); in accept()
461 return pSrv->accept(serverJniHandle, connJniHandle, maxInfoUnit, recvWindow); in accept()
1682 int maxInfoUnit, int recvWindow) in accept() argument
1710 if (maxInfoUnit > (int)LLCP_MIU) in accept()
1712 …ALOGD ("%s: overriding the miu passed by the app(%d) with stack miu(%zu)", fn, maxInfoUnit, LLCP_M… in accept()
1713 maxInfoUnit = LLCP_MIU; in accept()
1718 nfaStat = NFA_P2pAcceptConn (connection->mNfaConnHandle, maxInfoUnit, recvWindow); in accept()
DPeerToPeer.h178 …bool accept (tJNI_HANDLE serverJniHandle, tJNI_HANDLE connJniHandle, int maxInfoUnit, int recvWind…
669 int maxInfoUnit, int recvWindow);