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

  /external/bluetooth/bluedroid/stack/include/
bt_types.h 632 #define TRACE_TYPE_MASK 0x000000ff
633 #define TRACE_GET_TYPE(x) (((UINT32)(x)) & TRACE_TYPE_MASK)
  /external/libnfc-nci/src/include/
bt_types.h 624 #define TRACE_TYPE_MASK 0x000000ff
625 #define TRACE_GET_TYPE(x) (((UINT32)(x)) & TRACE_TYPE_MASK)

Completed in 51 milliseconds