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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 651 UINT8 hcit; local
665 hcit = HCIT_TYPE_NFC;
666 USERIAL_Write (USERIAL_NFC_PORT, &hcit, 1);
nfc_hal_prm.c 107 UINT8 hcit, oid, hdr0, type; local
110 UINT8 patch_hdr_size = NCI_MSG_HDR_SIZE + 1; /* 1 is for HCIT */
112 /* Validate that segment is at least big enought to have NCI_MSG_HDR_SIZE + 1 (hcit) */
122 STREAM_TO_UINT8 (hcit, p_src);
166 /* Send the command (not including HCIT here) */
    [all...]

Completed in 133 milliseconds