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

  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 676 uint8_t nci_ctrl_size = nfc_hal_cb.ncit_cb.nci_ctrl_size; local
694 max_len = nci_ctrl_size + NCI_MSG_HDR_SIZE;
716 *ps = nci_ctrl_size;
732 buf_len -= nci_ctrl_size;
733 offset += nci_ctrl_size;
  /system/nfc/src/nfc/int/
nfc_int.h 181 uint8_t nci_ctrl_size; /* Max Control Packet Payload Size */ member in struct:__anon107623
  /system/nfc/src/hal/int/
nfc_hal_int.h 365 uint8_t nci_ctrl_size; /* Max size for NCI messages */ member in struct:__anon107240

Completed in 69 milliseconds