Searched refs:BT_TRACE_LEVEL_DEBUG (Results 1 – 10 of 10) sorted by relevance
/external/libnfc-nci/src/include/ |
D | bt_trace.h | 262 #define HCI_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 266 #define BTM_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 270 #define L2CAP_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 274 #define LLCP_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 278 #define AMP_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 282 #define RFCOMM_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 286 #define OBX_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 290 #define SDP_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 294 #define TCS_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG 299 #define DUN_INITIAL_TRACE_LEVEL BT_TRACE_LEVEL_DEBUG [all …]
|
D | OverrideLog.h | 31 #define ALOGD(...) ((void)ALOGD_IF(appl_trace_level>=BT_TRACE_LEVEL_DEBUG, __VA_ARGS__))
|
D | bt_types.h | 527 #define BT_TRACE_LEVEL_DEBUG 5 /* Full debug messages */ macro
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | OverrideLog.cpp | 33 unsigned char appl_trace_level = BT_TRACE_LEVEL_DEBUG; 71 appl_trace_level = BT_TRACE_LEVEL_DEBUG; in InitializeGlobalAppLogLevel() 74 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG) in InitializeGlobalAppLogLevel()
|
D | android_logmsg.cpp | 205 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG) in DispHciCmd() 223 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG) in DispHciEvt() 249 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG) in DispLLCP() 273 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG) in DispHcp()
|
D | userial_linux.c | 417 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "doWriteDelay() delay %ld ms", delay); in doWriteDelay() 624 …ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter, pbuf=%lx, len = %d\n", __func__, (u… in my_read() 739 …ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: return %d(0x%x) bytes, errno=%d count=%d, … in my_read() 803 …ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "userial_read_thread(): enqueued p_buf=%p, coun… in userial_read_thread() 1249 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "USERIAL_Write: (%d bytes)", len); in USERIAL_Write() 1264 … ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "USERIAL_Write len = %d, ret = %d", len, ret); in USERIAL_Write()
|
/external/libnfc-nci/src/adaptation/ |
D | OverrideLog.cpp | 70 appl_trace_level = BT_TRACE_LEVEL_DEBUG; in initializeGlobalAppLogLevel() 73 if (appl_trace_level < BT_TRACE_LEVEL_DEBUG) in initializeGlobalAppLogLevel()
|
/external/libnfc-nci/src/hal/include/ |
D | nfc_hal_target.h | 221 #define HAL_TRACE_DEBUG0(m) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 222 #define HAL_TRACE_DEBUG1(m,p1) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 223 #define HAL_TRACE_DEBUG2(m,p1,p2) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 224 #define HAL_TRACE_DEBUG3(m,p1,p2,p3) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 225 #define HAL_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 226 #define HAL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 227 #define HAL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_DEBUG…
|
D | nfc_types.h | 128 #define BT_TRACE_LEVEL_DEBUG 5 /* Full debug messages */ macro
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | OverrideLog.h | 31 #define ALOGD(...) ((void)ALOGD_IF(appl_trace_level>=BT_TRACE_LEVEL_DEBUG, __VA_ARGS__))
|