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

  /external/bluetooth/bluedroid/stack/include/
bt_types.h 551 #define TRACE_LAYER_MASK 0x00ff0000
552 #define TRACE_GET_LAYER(x) ((((UINT32)(x)) & TRACE_LAYER_MASK) >> 16)
  /external/libnfc-nci/src/include/
bt_types.h 543 #define TRACE_LAYER_MASK 0x00ff0000
544 #define TRACE_GET_LAYER(x) ((((UINT32)(x)) & TRACE_LAYER_MASK) >> 16)

Completed in 65 milliseconds