Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc206 L2CAP_TRACE_API("L2CAP - L2CA_Deregister() called for PSM: 0x%04x", psm); in L2CA_Deregister()
254 L2CAP_TRACE_API("%s: last psm=%d", __func__, psm); in L2CA_AllocateLePSM()
300 L2CAP_TRACE_API("%s: to free psm=%d", __func__, psm); in L2CA_FreeLePSM()
396 L2CAP_TRACE_API("L2CAP - L2CA_conn_req(psm: 0x%04x) returned CID: 0x%04x", in L2CA_ConnectReq()
495 L2CAP_TRACE_API("%s called for PSM: 0x%04x", __func__, psm); in L2CA_DeregisterLECoc()
625 L2CAP_TRACE_API("%s(psm: 0x%04x) returned CID: 0x%04x", __func__, psm, in L2CA_ConnectLECocReq()
650 L2CAP_TRACE_API("%s CID: 0x%04x", __func__, lcid); in L2CA_GetPeerLECocConfig()
876 L2CAP_TRACE_API("%s(psm: 0x%04x) returned CID: 0x%04x", __func__, psm, in L2CA_ConnectCreditBasedReq()
904 L2CAP_TRACE_API("L2CA_ReconfigCreditBasedConnsReq() "); in L2CA_ReconfigCreditBasedConnsReq()
933 L2CAP_TRACE_API(" cid: %d", cid); in L2CA_ReconfigCreditBasedConnsReq()
[all …]
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h310 #define L2CAP_TRACE_API(...) \ macro