HomeSort by relevance Sort by last modified time
    Searched refs:HAL_TRACE_ERROR1 (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 198 HAL_TRACE_ERROR1 ("HAL_NfcWrite (): too many bytes (%d)", data_len);
nfc_hal_prm.c 280 HAL_TRACE_ERROR1 ("Invalid i2c fix: invalid number of patches (%i)", u8);
687 HAL_TRACE_ERROR1 ("Patch download failed, reason code=0x%X", status);
815 HAL_TRACE_ERROR1 ("Invalid response from NFCC during patch download (opcode=0x%02X)", event);
    [all...]
nfc_hal_hci.c 102 HAL_TRACE_ERROR1 ("nfc_hal_hci_evt_hdlr: No buffer for handling read NV block: 0x%02x", p_evt_data->nv_read.block);
744 HAL_TRACE_ERROR1 ("nfc_hal_hci_set_next_hci_netwk_config: unable to allocate buffer to send VSC 0x%02x", block);
nfc_hal_nci.c 497 HAL_TRACE_ERROR1 ("Unknown packet type drop this byte 0x%x", byte);
  /external/libnfc-nci/src/hal/include/
nfc_hal_target.h 190 #define HAL_TRACE_ERROR1(m,p1) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR) NCI_TRACE_1(TRACE_LAYER_HAL, TRACE_TYPE_ERROR, m,p1);}
240 #define HAL_TRACE_ERROR1(m,p1)

Completed in 42 milliseconds