HomeSort by relevance Sort by last modified time
    Searched refs:nci_ctrl_size (Results 1 - 6 of 6) 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;
nfc_hal_main.c 87 nfc_hal_cb.ncit_cb.nci_ctrl_size = NFC_HAL_NCI_INIT_CTRL_PAYLOAD_SIZE;
655 nfc_hal_cb.ncit_cb.nci_ctrl_size = *p;
nfc_hal_prm.c     [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 164 UINT8 nci_ctrl_size; /* Max Control Packet Payload Size */ member in struct:__anon13149
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 257 nfc_cb.nci_ctrl_size = *p++; /* Max Control Packet Payload Length */
752 nfc_cb.nci_ctrl_size = NCI_CTRL_INIT_SIZE;
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 362 UINT8 nci_ctrl_size; /* Max size for NCI messages */ member in struct:__anon12740

Completed in 130 milliseconds