Home
last modified time | relevance | path

Searched refs:BNEP_TRACE_ERROR (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/bnep/
Dbnep_utils.cc200 BNEP_TRACE_ERROR("%s: uuid: %s, invalid length: %zu", __func__, in bnep_send_conn_req()
539 BNEP_TRACE_ERROR("BNEP - setup request in bad state %d", p_bcb->con_state); in bnep_process_setup_conn_req()
556 BNEP_TRACE_ERROR("BNEP - setup request when we are originator", in bnep_process_setup_conn_req()
599 BNEP_TRACE_ERROR("BNEP - Bad UID len %d in ConnReq", len); in bnep_process_setup_conn_req()
641 BNEP_TRACE_ERROR("BNEP - setup response in bad state %d", p_bcb->con_state); in bnep_process_setup_conn_responce()
647 BNEP_TRACE_ERROR("BNEP - setup response when we are not originator", in bnep_process_setup_conn_responce()
694 BNEP_TRACE_ERROR("BNEP - setup response %d is not OK", resp_code); in bnep_process_setup_conn_responce()
752 BNEP_TRACE_ERROR( in bnep_process_control_packet()
757 BNEP_TRACE_ERROR( in bnep_process_control_packet()
766 BNEP_TRACE_ERROR( in bnep_process_control_packet()
[all …]
Dbnep_api.cc180 BNEP_TRACE_ERROR("BNEP - Originate failed"); in BNEP_Connect()
343 BNEP_TRACE_ERROR("%s length %d exceeded MTU %d", __func__, p_buf->len, in BNEP_WriteBuf()
445 BNEP_TRACE_ERROR("%s length %d exceeded MTU %d", __func__, len, in BNEP_Write()
Dbnep_main.cc99 BNEP_TRACE_ERROR("BNEP - Registration failed"); in bnep_register_with_l2cap()
/system/bt/internal_include/
Dbt_trace.h394 #define BNEP_TRACE_ERROR(...) \ macro