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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 731 UINT8 nci_ctrl_size = nfc_hal_cb.ncit_cb.nci_ctrl_size; local
750 max_len = nci_ctrl_size + NCI_MSG_HDR_SIZE;
774 *ps = nci_ctrl_size;
789 buf_len -= nci_ctrl_size;
790 offset += nci_ctrl_size;
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 164 UINT8 nci_ctrl_size; /* Max Control Packet Payload Size */ member in struct:__anon28979
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 362 UINT8 nci_ctrl_size; /* Max size for NCI messages */ member in struct:__anon28570

Completed in 724 milliseconds