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

  /system/nfc/src/nfc/nfc/
nfc_ncif.c 613 p_pb->sensb_res_len = *p++;
614 if (p_pb->sensb_res_len > NCI_MAX_SENSB_RES_LEN)
615 p_pb->sensb_res_len = NCI_MAX_SENSB_RES_LEN;
616 STREAM_TO_ARRAY(p_pb->sensb_res, p, p_pb->sensb_res_len);
    [all...]
  /system/nfc/src/hal/include/
nci_defs.h 641 uint8_t sensb_res_len; /* Length of SENSB_RES Response (Byte 2 - Byte 12 or member in struct:__anon107199
  /system/nfc/src/nfc/include/
nfc_api.h 572 uint8_t sensb_res_len; /* Length of SENSB_RES Response (Byte 2 - Byte 12 or member in struct:__anon107561
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 743 len = mTechParams [i].param.pb.sensb_res_len;
    [all...]

Completed in 137 milliseconds