Home
last modified time | relevance | path

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

/system/bt/include/
Dbt_trace.h247 #define L2CAP_TRACE_ERROR(...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERRO…
248 #define L2CAP_TRACE_WARNING(...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WARN…
249 #define L2CAP_TRACE_API(...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API)…
250 #define L2CAP_TRACE_EVENT(...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVEN…
251 #define L2CAP_TRACE_DEBUG(...) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEBU…
/system/bt/stack/l2cap/
Dl2c_main.c884 l2cb.l2cap_trace_level = L2CAP_INITIAL_TRACE_LEVEL; in l2c_init()
886 l2cb.l2cap_trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in l2c_init()
Dl2c_api.c886 l2cb.l2cap_trace_level = new_level; in L2CA_SetTraceLevel()
888 return (l2cb.l2cap_trace_level); in L2CA_SetTraceLevel()
Dl2c_int.h434 UINT8 l2cap_trace_level; member