• Home
  • Raw
  • Download

Lines Matching refs:BNEP_TRACE_ERROR

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()
832 BNEP_TRACE_ERROR ("BNEP Received Multicast Filter Set message with bad length"); in bnep_process_control_packet()
847 BNEP_TRACE_ERROR ("BNEP - bad ctl pkt type: %d", control_type); in bnep_process_control_packet()
859 BNEP_TRACE_ERROR ("BNEP - bad ctl pkt length: %d", *rem_len); in bnep_process_control_packet()
967 BNEP_TRACE_ERROR ("BNEP - filter response in bad state %d", p_bcb->con_state); in bnepu_process_peer_filter_rsp()
974 BNEP_TRACE_ERROR ("BNEP - filter response when not expecting"); in bnepu_process_peer_filter_rsp()
1013 BNEP_TRACE_ERROR ("BNEP - multicast filter response in bad state %d", p_bcb->con_state); in bnepu_process_multicast_filter_rsp()
1020 BNEP_TRACE_ERROR ("BNEP - multicast filter response when not expecting"); in bnepu_process_multicast_filter_rsp()
1183BNEP_TRACE_ERROR ("BNEP Connection in wrong state %d when security is completed", p_bcb->con_state… in bnep_sec_check_complete()