Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DPeerToPeer.cpp1065 ALOGV("%s: jniHandle: %u MIU: %u", fn, jniHandle, pConn->mRemoteMaxInfoUnit); in getRemoteMaxInfoUnit()
1066 return (pConn->mRemoteMaxInfoUnit); in getRemoteMaxInfoUnit()
1326 pConn->mRemoteMaxInfoUnit = eventData->conn_req.remote_miu; in nfaServerCallback()
1478 pClient->mClientConn->mRemoteMaxInfoUnit = eventData->connected.remote_miu; in nfaClientCallback()
1898 mRemoteMaxInfoUnit (0), in NfaConn()
DPeerToPeer.h595 uint16_t mRemoteMaxInfoUnit; variable