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

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 661 p_pb->sensb_res_len = *p++;
662 if (p_pb->sensb_res_len > NCI_MAX_SENSB_RES_LEN)
663 p_pb->sensb_res_len = NCI_MAX_SENSB_RES_LEN;
664 STREAM_TO_ARRAY (p_pb->sensb_res, p, p_pb->sensb_res_len);
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 644 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */ member in struct:__anon10183
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 535 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */ member in struct:__anon10567
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 670 len = mTechParams [i].param.pb.sensb_res_len;
    [all...]

Completed in 155 milliseconds