HomeSort by relevance Sort by last modified time
    Searched refs:NFC_SAVED_CMD_SIZE (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/int/
nfc_int.h 135 #define NFC_RECEIVE_MSGS_OFFSET (10) /* callback function pointer(8; use 8 to be safe + NFC_SAVED_CMD_SIZE(2) */
182 UINT8 last_cmd[NFC_SAVED_CMD_SIZE];/* part of last NCI command payload */
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 148 #define NFC_SAVED_CMD_SIZE 2
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 282 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE);
    [all...]

Completed in 48 milliseconds