Searched refs:LLCP_TRACE_DEBUG2 (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/src/nfc/llcp/ |
D | llcp_sdp.c | 122 LLCP_TRACE_DEBUG2 ("llcp_sdp_send_sdreq (): tid=0x%x, ServiceName=%s", tid, p_name); in llcp_sdp_send_sdreq() 227 LLCP_TRACE_DEBUG2 ("llcp_sdp_send_sdres (): tid=0x%x, SAP=0x%x", tid, sap); in llcp_sdp_send_sdres() 335 LLCP_TRACE_DEBUG2 ("llcp_sdp_return_sap (): tid=0x%x, SAP=0x%x", tid, sap); in llcp_sdp_return_sap()
|
D | llcp_main.c | 95 LLCP_TRACE_DEBUG2 ("max_num_tx_buff = %d, max_num_ll_tx_buff = %d", in llcp_init()
|
D | llcp_dlc.c | 156 …LLCP_TRACE_DEBUG2 ("llcp_dlsm_idle (): Remote MIU:%d, RW:%d", p_dlcb->remote_miu, p_dlcb->remote_r… in llcp_dlsm_idle() 211 …LLCP_TRACE_DEBUG2 ("llcp_dlsm_w4_remote_resp (): Remote MIU:%d, RW:%d", p_dlcb->remote_miu, p_dlcb… in llcp_dlsm_w4_remote_resp() 1046 … LLCP_TRACE_DEBUG2 ("llcp_dlc_proc_i_pdu (): congested num_rx_i_pdu=%d, rx_congest_threshold=%d", in llcp_dlc_proc_i_pdu()
|
D | llcp_link.c | 734 LLCP_TRACE_DEBUG2 ("Logical link (SAP=0x%X) congestion end: count=%d", in llcp_link_check_uncongested() 1009 …LLCP_TRACE_DEBUG2 ("llcp_link_proc_ui_pdu () Local SAP:0x%x, Remote SAP:0x%x", local_sap, remote_s… in llcp_link_proc_ui_pdu()
|
D | llcp_util.c | 347 LLCP_TRACE_DEBUG2 ("llcp_util_allocate_data_link (): reg_sap = 0x%x, remote_sap = 0x%x", in llcp_util_allocate_data_link()
|
D | llcp_api.c | 1582 LLCP_TRACE_DEBUG2 ("LLCP_GetLinkMIU (): local_link_miu = %d, remote_link_miu = %d", in LLCP_GetLinkMIU()
|
/external/libnfc-nci/src/include/ |
D | bt_trace.h | 765 #define LLCP_TRACE_DEBUG2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … macro 2815 #define LLCP_TRACE_DEBUG2(m,p1,p2) macro
|