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

  /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)
  /system/bt/stack/include/
bt_types.h 628 #define TRACE_TYPE_MASK 0x000000ff
629 #define TRACE_GET_TYPE(x) (((UINT32)(x)) & TRACE_TYPE_MASK)
    [all...]

Completed in 75 milliseconds