HomeSort by relevance Sort by last modified time
    Searched refs:l2cap_trace_level (Results 1 - 4 of 4) sorted by null

  /system/bt/include/
bt_trace.h 260 if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR) \
265 if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WARNING) \
270 if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API) \
275 if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVENT) \
280 if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEBUG) \
    [all...]
  /system/bt/stack/l2cap/
l2c_main.cc 792 l2cb.l2cap_trace_level = L2CAP_INITIAL_TRACE_LEVEL;
794 l2cb.l2cap_trace_level = BT_TRACE_LEVEL_NONE; /* No traces */
l2c_int.h 470 uint8_t l2cap_trace_level; member in struct:__anon113950
    [all...]
l2c_api.cc     [all...]

Completed in 74 milliseconds