Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DPeerToPeer.cpp1034 "%s: jniHandle: %u MIU: %u", fn, jniHandle, pConn->mRemoteMaxInfoUnit); in getRemoteMaxInfoUnit()
1035 return (pConn->mRemoteMaxInfoUnit); in getRemoteMaxInfoUnit()
1284 pConn->mRemoteMaxInfoUnit = eventData->conn_req.remote_miu; in nfaServerCallback()
1453 pClient->mClientConn->mRemoteMaxInfoUnit = in nfaClientCallback()
1869 mRemoteMaxInfoUnit(0), in NfaConn()
DPeerToPeer.h567 uint16_t mRemoteMaxInfoUnit; variable