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

  /system/nfc/src/include/
nci_defs.h 589 #define NCI_MAX_SENSB_RES_LEN 12
593 uint8_t sensb_res[NCI_MAX_SENSB_RES_LEN]; /* SENSB_RES Response (ATQ) */
  /system/nfc/src/nfc/include/
nfc_api.h 557 #define NFC_MAX_SENSB_RES_LEN NCI_MAX_SENSB_RES_LEN
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_ncif.cc 677 if (p_pb->sensb_res_len > NCI_MAX_SENSB_RES_LEN)
678 p_pb->sensb_res_len = NCI_MAX_SENSB_RES_LEN;
    [all...]

Completed in 508 milliseconds