Searched refs:nfc_hal_dm_send_nci_cmd (Results 1 – 5 of 5) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_dm.c | 158 nfc_hal_dm_send_nci_cmd (p_buff, cmd_len, p_cback); in nfc_hal_dm_set_config() 219 nfc_hal_dm_send_nci_cmd (nfc_hal_dm_set_fw_fsm_cmd, NCI_MSG_HDR_SIZE + 1, p_cback); in nfc_hal_dm_set_fw_fsm() 275 … nfc_hal_dm_send_nci_cmd (p, (UINT16)(NCI_MSG_HDR_SIZE + len), nfc_hal_dm_config_nfcc_cback); in nfc_hal_dm_send_startup_vsc() 448 …nfc_hal_dm_send_nci_cmd (nci_brcm_xtal_index_cmd, NCI_MSG_HDR_SIZE + NCI_PROP_PARAM_SIZE_XTAL_INDE… in nfc_hal_dm_set_xtal_freq_index() 465 …nfc_hal_dm_send_nci_cmd (nfc_hal_dm_core_reset_cmd, NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_RESET, … in nfc_hal_dm_send_reset_cmd() 521 …nfc_hal_dm_send_nci_cmd (nfc_hal_dm_get_patch_version_cmd, NCI_MSG_HDR_SIZE, nfc_hal_cb.p_reinit_c… in nfc_hal_dm_proc_msg_during_init() 528 nfc_hal_dm_send_nci_cmd (nfc_hal_dm_get_build_info_cmd, NCI_MSG_HDR_SIZE, NULL); in nfc_hal_dm_proc_msg_during_init() 574 nfc_hal_dm_send_nci_cmd (nfc_hal_dm_get_patch_version_cmd, NCI_MSG_HDR_SIZE, NULL); in nfc_hal_dm_proc_msg_during_init() 611 void nfc_hal_dm_send_nci_cmd (const UINT8 *p_data, UINT16 len, tNFC_HAL_NCI_CBACK *p_cback) in nfc_hal_dm_send_nci_cmd() function 972 …nfc_hal_dm_send_nci_cmd (nfc_hal_dm_core_reset_cmd, NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_RESET, … in HAL_NfcReInit()
|
D | nfc_hal_hci.c | 291 …nfc_hal_dm_send_nci_cmd (p_hci_netwk_info, (UINT16) (NCI_MSG_HDR_SIZE + size), nfc_hal_hci_vsc_cba… in nfc_hal_hci_handle_nv_read()
|
D | nfc_hal_prm.c | 159 …nfc_hal_dm_send_nci_cmd ((UINT8*) (nfc_hal_cb.prm.p_cur_patch_data + offset + 1), (UINT8) (len + N… in nfc_hal_prm_spd_send_next_segment() 888 …nfc_hal_dm_send_nci_cmd (nfc_hal_prm_get_patch_version_cmd, NCI_MSG_HDR_SIZE, nfc_hal_prm_nci_comm… in nfc_hal_prm_process_timeout()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/int/ |
D | nfc_hal_int.h | 436 void nfc_hal_dm_send_nci_cmd (const UINT8 *p_data, UINT16 len, tNFC_HAL_NCI_CBACK *p_cback);
|
/external/libnfc-nci/src/hal/int/ |
D | nfc_hal_int.h | 436 void nfc_hal_dm_send_nci_cmd (const UINT8 *p_data, UINT16 len, tNFC_HAL_NCI_CBACK *p_cback);
|