Home
last modified time | relevance | path

Searched refs:NCI_GID_PROP (Results 1 – 8 of 8) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c51 NCI_MTS_CMD|NCI_GID_PROP,
65 NCI_MTS_CMD|NCI_GID_PROP,
73 NCI_MTS_CMD|NCI_GID_PROP,
417 UINT8_TO_STREAM (p, (NCI_MTS_CMD|NCI_GID_PROP)); in nfc_hal_dm_set_xtal_freq_index()
448 UINT8_TO_STREAM (p, (NCI_MTS_CMD|NCI_GID_PROP)); in nfc_hal_dm_set_power_level_zero()
690 else if (gid == NCI_GID_PROP) /* this is for download patch */ in nfc_hal_dm_proc_msg_during_init()
861 if (gid == NCI_GID_PROP) in nfc_hal_dm_proc_msg_during_exit()
Dnfc_hal_dm_cfg.c76 /* B0 */ NCI_MTS_CMD|NCI_GID_PROP,
Dnfc_hal_prm.c637 UINT8_TO_STREAM (p, (NCI_MTS_CMD|NCI_GID_PROP)); in nfc_hal_prm_nvm_rw_cmd()
835 NCI_MTS_CMD|NCI_GID_PROP, in nfc_hal_prm_nfcc_ready_to_continue()
Dnfc_hal_hci.c594 NCI_MSG_BLD_HDR0 (p, NCI_MT_CMD, NCI_GID_PROP); in nfc_hal_hci_handle_nv_read()
Dnfc_hal_nci.c575 if (gid == NCI_GID_PROP) /* this is for hci netwk ntf */ in nfc_hal_nci_preproc_rx_nci_msg()
/external/libnfc-nci/src/nfc/nfc/
Dnfc_vs.c136 NCI_MSG_BLD_HDR0 (pp, NCI_MT_CMD, NCI_GID_PROP); in NFC_SendVsCommand()
Dnfc_ncif.c416 case NCI_GID_PROP: /* 1111b Proprietary */ in nfc_ncif_process_event()
444 case NCI_GID_PROP: /* 1111b Proprietary */ in nfc_ncif_process_event()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h88 #define NCI_GID_PROP 0x0F /* 1111b Proprietary */ macro