Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc202 BNEP_TRACE_ERROR("%s: uuid: %s, invalid length: %zu", __func__, in bnep_send_conn_req()
630 BNEP_TRACE_ERROR("BNEP - setup response in bad state %d", p_bcb->con_state); in bnep_process_setup_conn_responce()
636 BNEP_TRACE_ERROR("BNEP - setup response when we are not originator", in bnep_process_setup_conn_responce()
683 BNEP_TRACE_ERROR("BNEP - setup response %d is not OK", resp_code); in bnep_process_setup_conn_responce()
741 BNEP_TRACE_ERROR( in bnep_process_control_packet()
746 BNEP_TRACE_ERROR( in bnep_process_control_packet()
755 BNEP_TRACE_ERROR( in bnep_process_control_packet()
762 BNEP_TRACE_ERROR( in bnep_process_control_packet()
774 BNEP_TRACE_ERROR( in bnep_process_control_packet()
786 BNEP_TRACE_ERROR( in bnep_process_control_packet()
[all …]
Dbnep_api.cc185 BNEP_TRACE_ERROR("BNEP - Originate failed"); in BNEP_Connect()
348 BNEP_TRACE_ERROR("%s length %d exceeded MTU %d", __func__, p_buf->len, in BNEP_WriteBuf()
450 BNEP_TRACE_ERROR("%s length %d exceeded MTU %d", __func__, len, in BNEP_Write()
Dbnep_main.cc93 BNEP_TRACE_ERROR("BNEP - Registration failed"); in bnep_register_with_l2cap()
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h445 #define BNEP_TRACE_ERROR(...) \ macro