Home
last modified time | relevance | path

Searched refs:HAL_TRACE_ERROR1 (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c280 HAL_TRACE_ERROR1 ("Invalid i2c fix: invalid number of patches (%i)", u8); in nfc_hal_prm_spd_download_i2c_fix()
687 HAL_TRACE_ERROR1 ("Patch download failed, reason code=0x%X", status); in nfc_hal_prm_nci_command_complete_cback()
815HAL_TRACE_ERROR1 ("Invalid response from NFCC during patch download (opcode=0x%02X)", event); in nfc_hal_prm_nci_command_complete_cback()
969 HAL_TRACE_ERROR1 ("Patch download: command timeout (state=%i)", nfc_hal_cb.prm.state); in nfc_hal_prm_process_timeout()
1125 HAL_TRACE_ERROR1 ("Unexpected patch state:%d.", nfc_hal_cb.prm.state); in HAL_NfcPrmDownloadContinue()
Dnfc_hal_api.c198 HAL_TRACE_ERROR1 ("HAL_NfcWrite (): too many bytes (%d)", data_len); in HAL_NfcWrite()
Dnfc_hal_hci.c102HAL_TRACE_ERROR1 ("nfc_hal_hci_evt_hdlr: No buffer for handling read NV block: 0x%02x", p_evt_data… in nfc_hal_hci_evt_hdlr()
744HAL_TRACE_ERROR1 ("nfc_hal_hci_set_next_hci_netwk_config: unable to allocate buffer to send VSC 0x… in nfc_hal_hci_set_next_hci_netwk_config()
Dnfc_hal_nci.c497 HAL_TRACE_ERROR1 ("Unknown packet type drop this byte 0x%x", byte); in nfc_hal_nci_receive_msg()
/external/libnfc-nci/src/hal/include/
Dnfc_hal_target.h190 #define HAL_TRACE_ERROR1(m,p1) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR… macro
240 #define HAL_TRACE_ERROR1(m,p1) macro