Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h238 #define SDP_TRACE_API(fmt, args...) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API && BT_LOG… macro
406 #define SDP_TRACE_API(fmt, args...) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c886 SDP_TRACE_API("Deleting attr_id 0x%04x for handle 0x%x\n", attr_id, handle); in SDP_DeleteAttribute()