Searched refs:TRACE_LAYER_BNEP (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/internal_include/ |
D | bt_trace.h | 51 #define TRACE_LAYER_BNEP 0x001b0000 macro 448 BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_ERROR, ##__VA_ARGS__); \ 453 BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_WARNING, ##__VA_ARGS__); \ 458 BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_API, ##__VA_ARGS__); \ 463 BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_EVENT, ##__VA_ARGS__); \ 468 BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_DEBUG, ##__VA_ARGS__); \
|