HomeSort by relevance Sort by last modified time
    Searched full:remotemiu (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 45 int remoteMiu;
57 remoteMiu = sock.getRemoteMiu();
60 int length = Math.min(buffer.length - offset, remoteMiu);
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 482 uint16_t remoteMIU = PHFRINFC_LLCP_MIU_DEFAULT;
487 &remoteMIU);
575 pLlcpSocket->remoteMIU = remoteMIU;
597 pLlcpSocket->remoteMIU = 0;
650 uint16_t remoteMIU = PHFRINFC_LLCP_MIU_DEFAULT;
657 &remoteMIU);
710 psLocalLlcpSocket->remoteMIU = remoteMIU;
    [all...]
phFriNfc_LlcpTransport.h 169 uint16_t remoteMIU;
    [all...]
phFriNfc_LlcpTransport.c 714 pLlcpTransport->pSocketTable[i].remoteMIU = 0;
    [all...]

Completed in 83 milliseconds