Searched refs:BNEP_TRACE_ERROR (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/bnep/ |
D | bnep_utils.c | 216 BNEP_TRACE_ERROR ("%s: uuid: %x, invalid length: %x", in bnep_send_conn_req() 573 BNEP_TRACE_ERROR ("BNEP - setup request in bad state %d", p_bcb->con_state); in bnep_process_setup_conn_req() 590 BNEP_TRACE_ERROR ("BNEP - setup request when we are originator", p_bcb->con_state); in bnep_process_setup_conn_req() 632 BNEP_TRACE_ERROR ("BNEP - Bad UID len %d in ConnReq", p_bcb->dst_uuid.len); in bnep_process_setup_conn_req() 675 BNEP_TRACE_ERROR ("BNEP - setup response in bad state %d", p_bcb->con_state); in bnep_process_setup_conn_responce() 682 BNEP_TRACE_ERROR ("BNEP - setup response when we are not originator", p_bcb->con_state); in bnep_process_setup_conn_responce() 733 BNEP_TRACE_ERROR ("BNEP - setup response %d is not OK", resp_code); in bnep_process_setup_conn_responce() 782 BNEP_TRACE_ERROR ("BNEP Received Cmd not understood for ctl pkt type: %d", *p); in bnep_process_control_packet() 792 BNEP_TRACE_ERROR ("BNEP Received Setup message with bad length"); in bnep_process_control_packet() 813 BNEP_TRACE_ERROR ("BNEP Received Filter set message with bad length"); in bnep_process_control_packet() [all …]
|
D | bnep_api.c | 203 BNEP_TRACE_ERROR ("BNEP - Originate failed"); in BNEP_Connect() 376 BNEP_TRACE_ERROR ("BNEP_Write() length %d exceeded MTU %d", p_buf->len, BNEP_MTU_SIZE); in BNEP_WriteBuf() 482 BNEP_TRACE_ERROR ("BNEP_Write() length %d exceeded MTU %d", len, BNEP_MTU_SIZE); in BNEP_Write()
|
D | bnep_main.c | 104 BNEP_TRACE_ERROR ("BNEP - Registration failed"); in bnep_register_with_l2cap()
|
/system/bt/include/ |
D | bt_trace.h | 280 #define BNEP_TRACE_ERROR(...) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… macro
|