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.cc134 BNEP_TRACE_EVENT("BNEP - Rcvd L2CAP conn ind, CID: 0x%x", p_bcb->l2cap_cid); in bnep_connect_ind()
183 BNEP_TRACE_EVENT("BNEP - got conn cnf, sent cfg req, CID: 0x%x", in bnep_connect_cfm()
204 BNEP_TRACE_EVENT("BNEP - Rcvd cfg cfm, CID: 0x%x", l2cap_cid); in bnep_config_cfm()
246 BNEP_TRACE_EVENT("BNEP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid); in bnep_disconnect_ind()
346 BNEP_TRACE_EVENT("BNEP - rcvd frame, bad type: 0x%02x", type); in bnep_data_ind()
352 BNEP_TRACE_EVENT("BNEP - rcvd frame, bad len: %d type: 0x%02x", p_buf->len, in bnep_data_ind()
411 BNEP_TRACE_EVENT("BNEP - rcvd frame, unknown type: 0x%02x", type); in bnep_data_ind()
490 BNEP_TRACE_EVENT("Data extension type 0x%x found", ext_type); in bnep_data_ind()
537 BNEP_TRACE_EVENT( in bnep_conn_timer_timeout()
543 BNEP_TRACE_EVENT("BNEP - CCB timeout in state: %d CID: 0x%x", in bnep_conn_timer_timeout()
[all …]
Dbnep_utils.cc222 BNEP_TRACE_EVENT("BNEP - bnep_send_conn_responce for CID: 0x%x", in bnep_send_conn_responce()
371 BNEP_TRACE_EVENT( in bnep_send_command_not_understood()
403 BNEP_TRACE_EVENT("BNEP - bnepu_check_send_packet for CID: 0x%x", in bnepu_check_send_packet()
407 BNEP_TRACE_EVENT("BNEP - congested, dropping buf, CID: 0x%x", in bnepu_check_send_packet()
533 BNEP_TRACE_EVENT("BNEP - %s for CID: 0x%x", __func__, p_bcb->l2cap_cid); in bnep_process_setup_conn_req()
546 BNEP_TRACE_EVENT( in bnep_process_setup_conn_req()
606 BNEP_TRACE_EVENT( in bnep_process_setup_conn_req()
666 BNEP_TRACE_EVENT("BNEP - role change response is %d", resp_code); in bnep_process_setup_conn_responce()
735 BNEP_TRACE_EVENT( in bnep_process_control_packet()
900 BNEP_TRACE_EVENT("BNEP - bad filter len: %d", len); in bnepu_process_peer_filter_set()
[all …]
/system/bt/internal_include/
Dbt_trace.h454 #define BNEP_TRACE_EVENT(...) \ macro