Home
last modified time | relevance | path

Searched refs:BNEP_TRACE_EVENT (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/bnep/
Dbnep_main.cc145 BNEP_TRACE_EVENT("BNEP - Rcvd L2CAP conn ind, CID: 0x%x", p_bcb->l2cap_cid); in bnep_connect_ind()
182 BNEP_TRACE_EVENT("BNEP - got conn cnf, sent cfg req, CID: 0x%x", in bnep_connect_cfm()
220 BNEP_TRACE_EVENT("BNEP - Rcvd cfg ind, CID: 0x%x", l2cap_cid); in bnep_config_ind()
244 BNEP_TRACE_EVENT("BNEP - Rcvd cfg ind with bad MTU %d, CID: 0x%x", mtu, in bnep_config_ind()
279 BNEP_TRACE_EVENT("BNEP - Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, in bnep_config_cfm()
342 BNEP_TRACE_EVENT("BNEP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid); in bnep_disconnect_ind()
370 BNEP_TRACE_EVENT("BNEP - Rcvd L2CAP disc cfm, CID: 0x%x, Result 0x%x", in bnep_disconnect_cfm()
456 BNEP_TRACE_EVENT("BNEP - rcvd frame, bad type: 0x%02x", type); in bnep_data_ind()
462 BNEP_TRACE_EVENT("BNEP - rcvd frame, bad len: %d type: 0x%02x", p_buf->len, in bnep_data_ind()
521 BNEP_TRACE_EVENT("BNEP - rcvd frame, unknown type: 0x%02x", type); in bnep_data_ind()
[all …]
Dbnep_utils.cc223 BNEP_TRACE_EVENT("BNEP - bnep_send_conn_responce for CID: 0x%x", in bnep_send_conn_responce()
372 BNEP_TRACE_EVENT( in bnep_send_command_not_understood()
404 BNEP_TRACE_EVENT("BNEP - bnepu_check_send_packet for CID: 0x%x", in bnepu_check_send_packet()
408 BNEP_TRACE_EVENT("BNEP - congested, dropping buf, CID: 0x%x", in bnepu_check_send_packet()
534 BNEP_TRACE_EVENT("BNEP - %s for CID: 0x%x", __func__, p_bcb->l2cap_cid); in bnep_process_setup_conn_req()
547 BNEP_TRACE_EVENT( in bnep_process_setup_conn_req()
607 BNEP_TRACE_EVENT( in bnep_process_setup_conn_req()
676 BNEP_TRACE_EVENT("BNEP - role change response is %d", resp_code); in bnep_process_setup_conn_responce()
745 BNEP_TRACE_EVENT( in bnep_process_control_packet()
910 BNEP_TRACE_EVENT("BNEP - bad filter len: %d", len); in bnepu_process_peer_filter_set()
[all …]
/system/bt/internal_include/
Dbt_trace.h409 #define BNEP_TRACE_EVENT(...) \ macro