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

/packages/apps/Nfc/nci/jni/
H A DPeerToPeer.cpp433 ** maxInfoUnit: Maximum information unit.
439 bool PeerToPeer::accept (tJNI_HANDLE serverJniHandle, tJNI_HANDLE connJniHandle, int maxInfoUnit, int recvWindow) argument
444 ALOGD ("%s: enter; server jni handle: %u; conn jni handle: %u; maxInfoUnit: %d; recvWindow: %d", fn,
445 serverJniHandle, connJniHandle, maxInfoUnit, recvWindow);
456 return pSrv->accept(serverJniHandle, connJniHandle, maxInfoUnit, recvWindow);
1629 int maxInfoUnit, int recvWindow)
1657 if (maxInfoUnit > LLCP_MIU)
1659 ALOGD ("%s: overriding the miu passed by the app(%d) with stack miu(%d)", fn, maxInfoUnit, LLCP_MIU);
1660 maxInfoUnit = LLCP_MIU;
1665 nfaStat = NFA_P2pAcceptConn (connection->mNfaConnHandle, maxInfoUnit, recvWindo
1628 accept(PeerToPeer::tJNI_HANDLE serverJniHandle, PeerToPeer::tJNI_HANDLE connJniHandle, int maxInfoUnit, int recvWindow) argument
[all...]

Completed in 52 milliseconds