Searched refs:NCI_GID_PROP (Results 1 – 8 of 8) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_dm.c | 51 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()
|
D | nfc_hal_dm_cfg.c | 76 /* B0 */ NCI_MTS_CMD|NCI_GID_PROP,
|
D | nfc_hal_prm.c | 637 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()
|
D | nfc_hal_hci.c | 594 NCI_MSG_BLD_HDR0 (p, NCI_MT_CMD, NCI_GID_PROP); in nfc_hal_hci_handle_nv_read()
|
D | nfc_hal_nci.c | 575 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/ |
D | nfc_vs.c | 136 NCI_MSG_BLD_HDR0 (pp, NCI_MT_CMD, NCI_GID_PROP); in NFC_SendVsCommand()
|
D | nfc_ncif.c | 416 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/ |
D | nci_defs.h | 88 #define NCI_GID_PROP 0x0F /* 1111b Proprietary */ macro
|