Searched refs:SDP_TRACE_EVENT (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 287 … SDP_TRACE_EVENT ("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x\n", p_ccb->connection_id); in sdp_connect_ind() 338 SDP_TRACE_EVENT ("SDP - got conn cnf, sent cfg req, CID: 0x%x\n", p_ccb->connection_id); in sdp_connect_cfm() 437 SDP_TRACE_EVENT ("SDP - Rcvd cfg ind, sent cfg cfm, CID: 0x%x\n", l2cap_cid); in sdp_config_ind() 470 SDP_TRACE_EVENT ("SDP - Rcvd cfg cfm, CID: 0x%x Result: %d\n", l2cap_cid, p_cfg->result); in sdp_config_cfm() 542 SDP_TRACE_EVENT ("SDP - Rcvd L2CAP disc, CID: 0x%x\n", l2cap_cid); in sdp_disconnect_ind() 625 SDP_TRACE_EVENT ("SDP - Originate started\n"); in sdp_conn_originate() 688 SDP_TRACE_EVENT ("SDP - looking for for more, CID: 0x%x\n", in sdp_disconnect() 702 SDP_TRACE_EVENT ("SDP - disconnect CID: 0x%x\n", p_ccb->connection_id); in sdp_disconnect() 745 …SDP_TRACE_EVENT ("SDP - Rcvd L2CAP disc cfm, CID: 0x%x, rsn %d\n", l2cap_cid, p_ccb->disconnect_re… in sdp_disconnect_cfm() 771 SDP_TRACE_EVENT ("SDP - CCB timeout in state: %d CID: 0x%x\n", in sdp_conn_timeout()
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_trace.h | 239 #define SDP_TRACE_EVENT(fmt, args...) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT && BT_L… macro 407 #define SDP_TRACE_EVENT(fmt, args...) macro
|