Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_logmsg.c168 int trace_layer = TRACE_GET_LAYER(trace_set_mask); in LogMsg()
/system/bt/stack/include/
Dbt_types.h550 #define TRACE_GET_LAYER(x) ((((UINT32)(x)) & TRACE_LAYER_MASK) >> 16) macro