Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c157 nfc_hal_dm_send_nci_cmd (p_buff, cmd_len, p_cback); in nfc_hal_dm_set_config()
186 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()
242nfc_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()
429 nfc_hal_dm_send_nci_cmd (nci_brcm_xtal_index_cmd, NCI_MSG_HDR_SIZE + cmd_len, NULL); in nfc_hal_dm_set_xtal_freq_index()
446 nfc_hal_dm_send_nci_cmd (nfc_hal_dm_get_build_info_cmd, NCI_MSG_HDR_SIZE, NULL); in nfc_hal_dm_send_get_build_info_cmd()
494 nfc_hal_dm_send_nci_cmd (nfc_hal_dm_get_patch_version_cmd, NCI_MSG_HDR_SIZE, NULL); in nfc_hal_dm_check_xtal()
779 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
1047 nfc_hal_dm_send_nci_cmd (nfc_hal_dm_get_patch_version_cmd, NCI_MSG_HDR_SIZE, NULL); in nfc_hal_dm_pre_init_nfcc()
Dnfc_hal_prm.c167nfc_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()
646 nfc_hal_dm_send_nci_cmd(p_buff, cmd_len, nfc_hal_prm_nci_command_complete_cback); in nfc_hal_prm_nvm_rw_cmd()
867nfc_hal_dm_send_nci_cmd (get_patch_version_cmd, NCI_MSG_HDR_SIZE, nfc_hal_prm_nci_command_complete… in nfc_hal_prm_nfcc_ready_to_continue()
Dnfc_hal_hci.c598nfc_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()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_int.h480 void nfc_hal_dm_send_nci_cmd (const UINT8 *p_data, UINT16 len, tNFC_HAL_NCI_CBACK *p_cback);