Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_main.cc205 SDP_TRACE_EVENT("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x", in sdp_connect_ind()
258 SDP_TRACE_EVENT("SDP - got conn cnf, sent cfg req, CID: 0x%x", in sdp_connect_cfm()
360 SDP_TRACE_EVENT("SDP - Rcvd cfg ind, sent cfg cfm, CID: 0x%x", l2cap_cid); in sdp_config_ind()
390 SDP_TRACE_EVENT("SDP - Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, in sdp_config_cfm()
452 SDP_TRACE_EVENT("SDP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid); in sdp_disconnect_ind()
527 SDP_TRACE_EVENT("%s: SDP - Originate started for peer %s", __func__, in sdp_conn_originate()
589 SDP_TRACE_EVENT("SDP - looking for for more, CID: 0x%x", in sdp_disconnect()
602 SDP_TRACE_EVENT("SDP - disconnect CID: 0x%x", p_ccb->connection_id); in sdp_disconnect()
644 SDP_TRACE_EVENT("SDP - Rcvd L2CAP disc cfm, CID: 0x%x", l2cap_cid); in sdp_disconnect_cfm()
669 SDP_TRACE_EVENT("SDP - CCB timeout in state: %d CID: 0x%x", p_ccb->con_state, in sdp_conn_timer_timeout()
/system/bt/internal_include/
Dbt_trace.h296 #define SDP_TRACE_EVENT(...) \ macro