Home
last modified time | relevance | path

Searched defs:LOG_ERROR (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h212 #define LOG_ERROR(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_ERROR) esp_log_write… macro
373 #define LOG_ERROR(fmt, args...) macro