Home
last modified time | relevance | path

Searched refs:NCI_MAX_SENSB_RES_LEN (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dnci_defs.h641 #define NCI_MAX_SENSB_RES_LEN 12 macro
645 UINT8 sensb_res[NCI_MAX_SENSB_RES_LEN]; /* SENSB_RES Response (ATQ) */
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c663 if (p_pb->sensb_res_len > NCI_MAX_SENSB_RES_LEN) in nfc_ncif_decode_rf_params()
664 p_pb->sensb_res_len = NCI_MAX_SENSB_RES_LEN; in nfc_ncif_decode_rf_params()
/external/libnfc-nci/src/nfc/include/
Dnfc_api.h532 #define NFC_MAX_SENSB_RES_LEN NCI_MAX_SENSB_RES_LEN