Home
last modified time | relevance | path

Searched refs:NCI_MTS_CMD (Results 1 – 4 of 4) sorted by relevance

/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm_cfg.c78 /* B0 */ NCI_MTS_CMD | NCI_GID_PROP,
Dnfc_hal_dm.c48 NCI_MTS_CMD | NCI_GID_PROP, NCI_MSG_SET_FWFSM, 0x01, 0x00,
59 NCI_MTS_CMD | NCI_GID_PROP, NCI_MSG_GET_BUILD_INFO, 0x00};
63 NCI_MTS_CMD | NCI_GID_PROP, NCI_MSG_GET_PATCH_VERSION, 0x00};
383 UINT8_TO_STREAM(p, (NCI_MTS_CMD | NCI_GID_PROP)); in nfc_hal_dm_set_xtal_freq_index()
415 UINT8_TO_STREAM(p, (NCI_MTS_CMD | NCI_GID_PROP)); in nfc_hal_dm_set_power_level_zero()
Dnfc_hal_prm.c634 UINT8_TO_STREAM(p, (NCI_MTS_CMD | NCI_GID_PROP)); in nfc_hal_prm_nvm_rw_cmd()
833 NCI_MTS_CMD | NCI_GID_PROP, NCI_MSG_GET_PATCH_VERSION, 0x00}; in nfc_hal_prm_nfcc_ready_to_continue()
/system/nfc/src/hal/include/
Dnci_defs.h70 #define NCI_MTS_CMD 0x20 macro