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

  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 70 #define NFA_MAX_HCI_RSP_LEN 255 /* Max HCI event length */
176 UINT8 rsp_data[NFA_MAX_HCI_RSP_LEN]; /* Response received */
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 276 UINT8 data[NFA_MAX_HCI_RSP_LEN];
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c     [all...]
nfa_hci_api.c 663 if ((data_size && (p_data == NULL)) || (data_size > NFA_MAX_HCI_RSP_LEN))
    [all...]

Completed in 57 milliseconds