Home
last modified time | relevance | path

Searched refs:l2cap_trace_level (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h228 #define L2CAP_TRACE_ERROR(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR && …
229 #define L2CAP_TRACE_WARNING(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WARNING &…
230 #define L2CAP_TRACE_API(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API && BT…
231 #define L2CAP_TRACE_EVENT(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVENT && …
232 #define L2CAP_TRACE_DEBUG(fmt, args...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEBUG && …
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c891 l2cb.l2cap_trace_level = L2CAP_INITIAL_TRACE_LEVEL; in l2c_init()
893 l2cb.l2cap_trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in l2c_init()
Dl2c_api.c860 l2cb.l2cap_trace_level = new_level; in L2CA_SetTraceLevel()
863 return (l2cb.l2cap_trace_level); in L2CA_SetTraceLevel()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h475 UINT8 l2cap_trace_level; member