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

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_main.c211 SDP_TRACE_EVENT ("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x", p_ccb->connection_id);
266 SDP_TRACE_EVENT ("SDP - got conn cnf, sent cfg req, CID: 0x%x", p_ccb->connection_id);
374 SDP_TRACE_EVENT ("SDP - Rcvd cfg ind, sent cfg cfm, CID: 0x%x", l2cap_cid);
406 SDP_TRACE_EVENT ("SDP - Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, p_cfg->result);
474 SDP_TRACE_EVENT ("SDP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
555 SDP_TRACE_EVENT ("SDP - Originate started");
627 SDP_TRACE_EVENT ("SDP - looking for for more, CID: 0x%x",
640 SDP_TRACE_EVENT ("SDP - disconnect CID: 0x%x", p_ccb->connection_id);
685 SDP_TRACE_EVENT ("SDP - Rcvd L2CAP disc cfm, CID: 0x%x", l2cap_cid);
711 SDP_TRACE_EVENT ("SD
[all...]
/external/bluetooth/bluedroid/include/
H A Dbt_trace.h563 #define SDP_TRACE_EVENT(...) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE(TRACE_LAYER_SDP, TRACE_TYPE_EVENT, ##__VA_ARGS__);} macro
695 #define SDP_TRACE_EVENT(...) macro

Completed in 104 milliseconds