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

  /external/libnfc-nci/src/hal/include/
nci_defs.h 648 #define NCI_MAX_SENSF_RES_LEN 18
661 UINT8 sensf_res[NCI_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 540 #define NFC_MAX_SENSF_RES_LEN NCI_MAX_SENSF_RES_LEN
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 678 if (p_pf->sensf_res_len > NCI_MAX_SENSF_RES_LEN)
679 p_pf->sensf_res_len = NCI_MAX_SENSF_RES_LEN;
    [all...]

Completed in 154 milliseconds