Lines Matching refs:log_error

409         log_error("bnep_can_send_packet_now cid 0x%02x doesn't exist!", bnep_cid);  in bnep_can_send_packet_now()
421 log_error("bnep_request_can_send_now_event cid 0x%02x doesn't exist!", bnep_cid); in bnep_request_can_send_now_event()
493 log_error("bnep_send cid 0x%02x doesn't exist!", bnep_cid); in bnep_send()
556log_error("bnep_send: Max frame size (%d) exceeded: %d", channel->max_frame_size, payload_len); in bnep_send()
597 log_error("bnep_send: error %d", err); in bnep_send()
614 log_error("bnep_set_net_type_filter cid 0x%02x doesn't exist!", bnep_cid); in bnep_set_net_type_filter()
647 log_error("bnep_set_net_type_filter cid 0x%02x doesn't exist!", bnep_cid); in bnep_set_multicast_filter()
831log_error("BNEP_CONNECTION_REQUEST: ignored in state %d, l2cap_cid: %d!", channel->state, channel-… in bnep_handle_connection_request()
845log_error("BNEP_CONNECTION_REQUEST: Invalid UUID size %d, l2cap_cid: %d!", channel->state, channel… in bnep_handle_connection_request()
880log_error("BNEP_CONNECTION_REQUEST: Invalid destination service UUID: %04x", channel->uuid_dest); in bnep_handle_connection_request()
886log_error("BNEP_CONNECTION_REQUEST: Invalid source service UUID: %04x", channel->uuid_source); in bnep_handle_connection_request()
923 log_error("BNEP_CONNECTION_RESPONSE: Ignored in channel state %d", channel->state); in bnep_handle_connection_response()
936log_error("BNEP_CONNECTION_RESPONSE: Connection to %s failed. Err: %d", bd_addr_to_str(channel->re… in bnep_handle_connection_response()
971 log_error("BNEP_FILTER_NET_TYPE_SET: Ignored in channel state %d", channel->state); in bnep_handle_filter_net_type_set()
989 log_error("BNEP_FILTER_NET_TYPE_SET: Invalid filter: start: %d, end: %d", in bnep_handle_filter_net_type_set()
1023 log_error("BNEP_FILTER_NET_TYPE_RESPONSE: Ignored in channel state %d", channel->state); in bnep_handle_filter_net_type_response()
1032log_error("BNEP_FILTER_NET_TYPE_RESPONSE: Net filter setting for %s failed. Err: %d", bd_addr_to_s… in bnep_handle_filter_net_type_response()
1055 log_error("BNEP_MULTI_ADDR_SET: Ignored in channel state %d", channel->state); in bnep_handle_multi_addr_set()
1075 log_error("BNEP_MULTI_ADDR_SET: Invalid filter: start: %s", in bnep_handle_multi_addr_set()
1077 log_error("BNEP_MULTI_ADDR_SET: Invalid filter: end: %s", in bnep_handle_multi_addr_set()
1110 log_error("BNEP_MULTI_ADDR_RESPONSE: Ignored in channel state %d", channel->state); in bnep_handle_multi_addr_response()
1119log_error("BNEP_MULTI_ADDR_RESPONSE: Multicast address filter setting for %s failed. Err: %d", bd_… in bnep_handle_multi_addr_response()
1168log_error("BNEP_CONTROL: Received COMMAND_NOT_UNDERSTOOD: l2cap_cid: %d, cmd: %d", channel->l2cap_… in bnep_handle_control_packet()
1178log_error("BNEP_CONTROL: Received SETUP_CONNECTION_REQUEST in extension header: l2cap_cid: %d", in bnep_handle_control_packet()
1190log_error("BNEP_CONTROL: Received SETUP_CONNECTION_RESPONSE in extension header: l2cap_cid: %d", in bnep_handle_control_packet()
1210log_error("BNEP_CONTROL: Invalid bnep control type: l2cap_cid: %d, cmd: %d", channel->l2cap_cid, in bnep_handle_control_packet()
1258log_error("INCOMING_CONNECTION (l2cap_cid 0x%02x) for BLUETOOTH_PSM_BNEP => decline - channel alre… in bnep_hci_event_handler()
1267log_error("INCOMING_CONNECTION (l2cap_cid 0x%02x) for BLUETOOTH_PSM_BNEP => decline - no memory le… in bnep_hci_event_handler()
1297 log_error("L2CAP_EVENT_CHANNEL_OPENED but no BNEP channel prepared"); in bnep_hci_event_handler()
1332 log_error("L2CAP_EVENT_CHANNEL_OPENED: Invalid state: %d", channel->state); in bnep_hci_event_handler()
1472log_error("BNEP pkt handler: Ignore invalid control packet in extension header"); in bnep_l2cap_packet_handler()
1483 log_error("BNEP pkt handler: Unknown extension type ignored, data dropped!"); in bnep_l2cap_packet_handler()