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

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 666 p_pf->sensf_res_len = *p++;
667 if (p_pf->sensf_res_len > NCI_MAX_SENSF_RES_LEN)
668 p_pf->sensf_res_len = NCI_MAX_SENSF_RES_LEN;
669 STREAM_TO_ARRAY (p_pf->sensf_res, p, p_pf->sensf_res_len);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/include/
nci_defs.h 656 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */ member in struct:__anon8933
  /external/libnfc-nci/src/hal/include/
nci_defs.h 656 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */ member in struct:__anon9013
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 544 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */ member in struct:__anon9397
    [all...]

Completed in 32 milliseconds