Home
last modified time | relevance | path

Searched refs:L2CAP_TRACE_API (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_api.cc168 L2CAP_TRACE_API("L2CAP - L2CA_Deregister() called for PSM: 0x%04x", psm); in L2CA_Deregister()
216 L2CAP_TRACE_API("%s: last psm=%d", __func__, psm); in L2CA_AllocateLePSM()
262 L2CAP_TRACE_API("%s: to free psm=%d", __func__, psm); in L2CA_FreeLePSM()
358 L2CAP_TRACE_API("L2CAP - L2CA_conn_req(psm: 0x%04x) returned CID: 0x%04x", in L2CA_ConnectReq()
457 L2CAP_TRACE_API("%s called for PSM: 0x%04x", __func__, psm); in L2CA_DeregisterLECoc()
578 L2CAP_TRACE_API("%s(psm: 0x%04x) returned CID: 0x%04x", __func__, psm, in L2CA_ConnectLECocReq()
603 L2CAP_TRACE_API("%s CID: 0x%04x", __func__, lcid); in L2CA_GetPeerLECocConfig()
789 L2CAP_TRACE_API("%s(psm: 0x%04x) returned CID: 0x%04x", __func__, psm, in L2CA_ConnectCreditBasedReq()
817 L2CAP_TRACE_API("L2CA_ReconfigCreditBasedConnsReq() "); in L2CA_ReconfigCreditBasedConnsReq()
846 L2CAP_TRACE_API(" cid: %d", cid); in L2CA_ReconfigCreditBasedConnsReq()
[all …]
/system/bt/internal_include/
Dbt_trace.h309 #define L2CAP_TRACE_API(...) \ macro