Home
last modified time | relevance | path

Searched refs:BLUFI_TRACE_ERROR (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c116 BLUFI_TRACE_ERROR("BLUFI profile register failed\n"); in blufi_profile_cb()
136 BLUFI_TRACE_ERROR("BLUFI profile unregister failed\n"); in blufi_profile_cb()
182 BLUFI_TRACE_ERROR("Blufi prep no mem\n"); in blufi_profile_cb()
206 BLUFI_TRACE_ERROR("write data error , error code 0x%x\n", status); in blufi_profile_cb()
/hal_espressif-latest/components/bt/common/include/
Dbt_common.h159 #define BLUFI_TRACE_ERROR(fmt, args...) {if (BLUFI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR… macro
185 #define BLUFI_TRACE_ERROR(fmt, args...) macro
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c51 BLUFI_TRACE_ERROR("BLUFI already initialized"); in btc_blufi_profile_init()