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 633 UINT8 hcit; local
647 hcit = HCIT_TYPE_NFC;
648 USERIAL_Write (USERIAL_NFC_PORT, &hcit, 1);
nfc_hal_prm.c 92 UINT8 hcit, oid, hdr0, type; local
95 UINT8 patch_hdr_size = NCI_MSG_HDR_SIZE + 1; /* 1 is for HCIT */
97 /* Validate that segment is at least big enought to have NCI_MSG_HDR_SIZE + 1 (hcit) */
107 STREAM_TO_UINT8 (hcit, p_src);
145 /* Send the command (not including HCIT here) */
    [all...]

Completed in 98 milliseconds