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

  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 69 #define NFA_MAX_HCI_CMD_LEN 255 /* Max HCI command length */
196 UINT8 cmd_data[NFA_MAX_HCI_CMD_LEN]; /* HCP CMD Parameter */
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 175 UINT8 data[NFA_MAX_HCI_CMD_LEN];
249 UINT8 data[NFA_MAX_HCI_CMD_LEN];
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 533 if ((data_size == 0) || (p_data == NULL) || (data_size > NFA_MAX_HCI_CMD_LEN))
594 if ((cmd_size && (p_data == NULL)) || (cmd_size > NFA_MAX_HCI_CMD_LEN))
    [all...]
nfa_hci_act.c     [all...]

Completed in 21 milliseconds