Searched refs:BNEP_TRACE_EVENT (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/bnep/ |
D | bnep_main.c | 150 BNEP_TRACE_EVENT("BNEP - Rcvd L2CAP conn ind, CID: 0x%x", p_bcb->l2cap_cid); in bnep_connect_ind() 189 BNEP_TRACE_EVENT ("BNEP - got conn cnf, sent cfg req, CID: 0x%x", bcb->l2cap_cid); in bnep_connect_cfm() 228 BNEP_TRACE_EVENT ("BNEP - Rcvd cfg ind, CID: 0x%x", l2cap_cid); in bnep_config_ind() 256 BNEP_TRACE_EVENT ("BNEP - Rcvd cfg ind with bad MTU %d, CID: 0x%x", mtu, l2cap_cid); in bnep_config_ind() 294 BNEP_TRACE_EVENT ("BNEP - Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, p_cfg->result); in bnep_config_cfm() 363 BNEP_TRACE_EVENT ("BNEP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid); in bnep_disconnect_ind() 394 BNEP_TRACE_EVENT ("BNEP - Rcvd L2CAP disc cfm, CID: 0x%x, Result 0x%x", l2cap_cid, result); in bnep_disconnect_cfm() 490 BNEP_TRACE_EVENT ("BNEP - rcvd frame, bad len: %d type: 0x%02x", p_buf->len, type); in bnep_data_ind() 539 BNEP_TRACE_EVENT ("BNEP - rcvd frame, unknown type: 0x%02x", type); in bnep_data_ind() 624 BNEP_TRACE_EVENT ("Data extension type 0x%x found", ext_type); in bnep_data_ind() [all …]
|
D | bnep_utils.c | 239 BNEP_TRACE_EVENT ("BNEP - bnep_send_conn_responce for CID: 0x%x", p_bcb->l2cap_cid); in bnep_send_conn_responce() 418 …BNEP_TRACE_EVENT ("BNEP - bnep_send_command_not_understood for CID: 0x%x, cmd 0x%x", p_bcb->l2cap_… in bnep_send_command_not_understood() 456 BNEP_TRACE_EVENT ("BNEP - bnepu_check_send_packet for CID: 0x%x", p_bcb->l2cap_cid); in bnepu_check_send_packet() 461 BNEP_TRACE_EVENT ("BNEP - congested, dropping buf, CID: 0x%x", p_bcb->l2cap_cid); in bnepu_check_send_packet() 589 BNEP_TRACE_EVENT ("BNEP - bnep_process_setup_conn_req for CID: 0x%x", p_bcb->l2cap_cid); in bnep_process_setup_conn_req() 603 BNEP_TRACE_EVENT ("BNEP - Duplicate Setup message received while doing security check"); in bnep_process_setup_conn_req() 662 …BNEP_TRACE_EVENT ("BNEP initiating security check for incoming call for uuid 0x%x", p_bcb->src_uui… in bnep_process_setup_conn_req() 735 BNEP_TRACE_EVENT ("BNEP - role change response is %d", resp_code); in bnep_process_setup_conn_responce() 799 …BNEP_TRACE_EVENT ("BNEP processing control packet rem_len %d, is_ext %d, ctrl_type %d", *rem_len, … in bnep_process_control_packet() 919 BNEP_TRACE_EVENT ("BNEP - bad filter len: %d", len); in bnepu_process_peer_filter_set() [all …]
|
/system/bt/include/ |
D | bt_trace.h | 287 #define BNEP_TRACE_EVENT(...) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… macro
|