Home
last modified time | relevance | path

Searched refs:TRACE_LAYER_BTM (Results 1 – 3 of 3) sorted by relevance

/system/bt/include/
Dbt_trace.h238 … {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_BTM, TRACE_TYPE_E…
239 … {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE(TRACE_LAYER_BTM, TRACE_TYPE_W…
240 … {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_BTM, TRACE_TYPE_A…
241 … {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE(TRACE_LAYER_BTM, TRACE_TYPE_E…
242 … {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE(TRACE_LAYER_BTM, TRACE_TYPE_D…
/system/bt/stack/btu/
Dbtu_init.c274 BT_TRACE(TRACE_LAYER_BTM, TRACE_TYPE_DEBUG, "btu_uipc_rx_cback event 0x%x," in btu_uipc_rx_cback()
/system/bt/stack/include/
Dbt_types.h575 #define TRACE_LAYER_BTM 0x000d0000 macro