Searched defs:TRACE_TYPE_MASK (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h632 #define TRACE_TYPE_MASK 0x000000ff macro
633 #define TRACE_GET_TYPE(x) (((UINT32)(x)) & TRACE_TYPE_MASK)
/external/libnfc-nci/src/include/
H A Dbt_types.h624 #define TRACE_TYPE_MASK 0x000000ff macro
625 #define TRACE_GET_TYPE(x) (((UINT32)(x)) & TRACE_TYPE_MASK)

Completed in 139 milliseconds