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

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 650 p_pb->sensb_res_len = *p++;
651 if (p_pb->sensb_res_len > NCI_MAX_SENSB_RES_LEN)
652 p_pb->sensb_res_len = NCI_MAX_SENSB_RES_LEN;
653 STREAM_TO_ARRAY (p_pb->sensb_res, p, p_pb->sensb_res_len);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/include/
nci_defs.h 640 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */ member in struct:__anon8932
  /external/libnfc-nci/src/hal/include/
nci_defs.h 640 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */ member in struct:__anon9012
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 534 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */ member in struct:__anon9396
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 681 len = mTechParams [i].param.pb.sensb_res_len;
    [all...]

Completed in 79 milliseconds