OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCI_MAX_SENSB_RES_LEN
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/include/
nci_defs.h
622
#define
NCI_MAX_SENSB_RES_LEN
12
626
UINT8 sensb_res[
NCI_MAX_SENSB_RES_LEN
]; /* SENSB_RES Response (ATQ) */
/external/libnfc-nci/src/nfc/include/
nfc_api.h
537
#define NFC_MAX_SENSB_RES_LEN
NCI_MAX_SENSB_RES_LEN
[
all
...]
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
666
if (p_pb->sensb_res_len >
NCI_MAX_SENSB_RES_LEN
)
667
p_pb->sensb_res_len =
NCI_MAX_SENSB_RES_LEN
;
[
all
...]
Completed in 3766 milliseconds