Home
last modified time | relevance | path

Searched refs:A2D_TRACE_API (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c67 A2D_TRACE_API("a2d_sdp_cback status: %d", status); in a2d_sdp_cback()
190 A2D_TRACE_API("A2D_AddRecord uuid: %x", service_uuid); in A2D_AddRecord()
291 A2D_TRACE_API("A2D_FindService uuid: %x", service_uuid); in A2D_FindService()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h291 #define A2D_TRACE_API(fmt, args...) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API && BT_LOG… macro
461 #define A2D_TRACE_API(fmt, args...) macro