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 718 UINT8 nci_ctrl_size = nfc_hal_cb.ncit_cb.nci_ctrl_size; local
735 max_len = nci_ctrl_size + NCI_MSG_HDR_SIZE;
759 *ps = nci_ctrl_size;
774 buf_len -= nci_ctrl_size;
775 offset += nci_ctrl_size;
nfc_hal_main.c 87 nfc_hal_cb.ncit_cb.nci_ctrl_size = NFC_HAL_NCI_INIT_CTRL_PAYLOAD_SIZE;
648 nfc_hal_cb.ncit_cb.nci_ctrl_size = *p;
nfc_hal_prm.c     [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 163 UINT8 nci_ctrl_size; /* Max Control Packet Payload Size */ member in struct:__anon10628
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 257 nfc_cb.nci_ctrl_size = *p++; /* Max Control Packet Payload Length */
751 nfc_cb.nci_ctrl_size = NCI_CTRL_INIT_SIZE;
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 357 UINT8 nci_ctrl_size; /* Max size for NCI messages */ member in struct:__anon10223

Completed in 2391 milliseconds