Home
last modified time | relevance | path

Searched refs:LOG_WARN (Results 1 – 25 of 144) sorted by relevance

123456

/system/bt/stack/l2cap/
Dl2c_main.cc273 LOG_WARN("Signaling pkt_len=%d exceeds MTU size %d", pkt_len, in process_l2cap_cmd()
296 LOG_WARN("Command size %u exceeds limit %d", cmd_len, in process_l2cap_cmd()
305 LOG_WARN("cmd_len > pkt_len, pkt_len=%d, cmd_len=%d, code=%d", pkt_len, in process_l2cap_cmd()
316 LOG_WARN("Rejected command %d due to bad packet length", cmd_code); in process_l2cap_cmd()
319 LOG_WARN("No need to reject command %d for bad packet len", cmd_code); in process_l2cap_cmd()
328 LOG_WARN("Not enough data for L2CAP_CMD_REJECT"); in process_l2cap_cmd()
335 LOG_WARN("Not enough data for L2CAP_CMD_REJ_MTU_EXCEEDED"); in process_l2cap_cmd()
342 LOG_WARN("MTU rej Handle: %d MTU: %d", p_lcb->Handle(), rej_mtu); in process_l2cap_cmd()
347 LOG_WARN("Not enough data for L2CAP_CMD_REJ_INVALID_CID"); in process_l2cap_cmd()
353 LOG_WARN("Rejected due to invalid CID, LCID: 0x%04x RCID: 0x%04x", in process_l2cap_cmd()
[all …]
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc68 LOG_WARN("Security requirement can't be satisfied. Dropping connection request"); in on_security_result_for_outgoing()
124 LOG_WARN("Unexpected response: no pending request"); in OnCommandReject()
134 LOG_WARN("Command rejected"); in OnCommandReject()
144 LOG_WARN("Received request from LL central"); in OnConnectionParameterUpdateRequest()
151 LOG_WARN("Received invalid connection parameter update request from LL central"); in OnConnectionParameterUpdateRequest()
164 LOG_WARN("Unexpected response: no pending request"); in OnConnectionParameterUpdateResponse()
168 LOG_WARN("Unexpected response: no pending request"); in OnConnectionParameterUpdateResponse()
181 LOG_WARN("Invalid remote cid received from remote psm:%d remote_cid:%d", psm, remote_cid); in OnConnectionRequest()
188 LOG_WARN("Psm already exists"); in OnConnectionRequest()
248 LOG_WARN("Can't allocate dynamic channel"); in on_security_result_for_incoming()
[all …]
/system/bt/stack/acl/
Dbtm_acl.cc132 LOG_WARN("Checking incomplete feature page read"); in IsEprAvailable()
207 LOG_WARN("Can only set link supervision timeout if central role:%s", in hci_btm_set_link_supervision_timeout()
339 LOG_WARN("Peer SCA Command complete failed:%s", in btm_acl_process_sca_cmpl_pkt()
349 LOG_WARN("Unable to find active acl"); in btm_acl_process_sca_cmpl_pkt()
373 LOG_WARN( in btm_acl_created()
383 LOG_WARN("Unable to find active acl"); in btm_acl_created()
435 LOG_WARN("Unable to find active acl"); in btm_acl_update_conn_addr()
455 LOG_WARN("Unable to find active acl"); in btm_acl_removed()
501 LOG_WARN("Unable to find active acl"); in BTM_GetRole()
538 LOG_WARN("Unable to find active acl"); in BTM_SwitchRoleToCentral()
[all …]
Dble_acl.cc63 LOG_WARN("Unable to complete l2cap connection"); in acl_ble_common_connection()
81 LOG_WARN("Unable to create non enhanced ble acl connection"); in acl_ble_connection_complete()
98 LOG_WARN("Unable to create enhanced ble acl connection"); in acl_ble_enhanced_connection_complete()
/system/bt/gd/os/android/
Dmetrics.cc67 LOG_WARN( in LogMetricLinkLayerConnectionEvent()
85 LOG_WARN("Failed for opcode %s, error %d", common::ToHexString(hci_cmd).c_str(), ret); in LogMetricHciTimeoutEvent()
94 LOG_WARN( in LogMetricRemoteVersionInfo()
119 LOG_WARN( in LogMetricA2dpAudioUnderrunEvent()
149 LOG_WARN( in LogMetricA2dpAudioOverrunEvent()
170 LOG_WARN( in LogMetricA2dpPlaybackEvent()
187 LOG_WARN( in LogMetricReadRssiResult()
211 LOG_WARN( in LogMetricReadFailedContactCounterResult()
235 LOG_WARN( in LogMetricReadTxPowerLevelResult()
254 LOG_WARN( in LogMetricSmpPairingEvent()
[all …]
/system/bt/gd/l2cap/internal/
Dle_credit_based_channel_data_controller.cc37 LOG_WARN("Received empty SDU"); in OnSdu()
41 LOG_WARN("Received sdu_size %d > mtu %d", static_cast<int>(sdu_size), mtu_); in OnSdu()
70 LOG_WARN("Received invalid frame"); in OnPdu()
74LOG_WARN("Received frame size %d > mps %d, dropping the packet", static_cast<int>(basic_frame_view… in OnPdu()
80 LOG_WARN("Received invalid frame"); in OnPdu()
95 LOG_WARN("Received larger SDU size than expected"); in OnPdu()
Dreceiver.cc46 LOG_WARN("Received an invalid basic frame"); in link_queue_dequeue_callback()
53 LOG_WARN("Received a packet with invalid cid: %d", cid); in link_queue_dequeue_callback()
Ddynamic_channel_allocator.cc40 LOG_WARN("All cid are used"); in AllocateChannel()
74 LOG_WARN("All cid are used"); in ReserveChannel()
103 LOG_WARN("Can't find cid %d", cid); in FindChannelByCid()
/system/bt/gd/hci/facade/
Dle_advertising_manager_facade.cc63 LOG_WARN("Bad interval_min: %d", config_proto.interval_min()); in AdvertisingConfigFromProto()
69 LOG_WARN("Bad interval_max: %d", config_proto.interval_max()); in AdvertisingConfigFromProto()
83 LOG_WARN("Bad channel_map: %d", config_proto.channel_map()); in AdvertisingConfigFromProto()
89 LOG_WARN("Bad tx_power: %d", config_proto.tx_power()); in AdvertisingConfigFromProto()
132 LOG_WARN("Error parsing advertising config %s", request->SerializeAsString().c_str()); in CreateAdvertiser()
149 LOG_WARN("Failed to create advertiser"); in CreateAdvertiser()
158 LOG_WARN("ExtendedCreateAdvertiser is not implemented"); in ExtendedCreateAdvertiser()
173 LOG_WARN("Invalid advertiser ID %d", request->advertiser_id()); in RemoveAdvertiser()
/system/bt/gd/os/linux_generic/
Dfiles.cc69 LOG_WARN("Failed to open file '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile()
74 LOG_WARN("Failed to get file size for '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile()
79LOG_WARN("Failed to go back to the beginning of file '%s', error: %s", path.c_str(), strerror(errn… in ReadSmallFile()
83 LOG_WARN("Failed to read file '%s', error: %s", path.c_str(), strerror(errno)); in ReadSmallFile()
152 LOG_WARN("unable to fsync file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
179 LOG_WARN("unable to fsync dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc78 LOG_WARN("Unexpected command reject: no pending request"); in OnCommandReject()
110 LOG_WARN("Security requirement can't be satisfied. Dropping connection request"); in on_security_result_for_outgoing()
165 LOG_WARN("Not supported"); in SendEchoRequest()
174 LOG_WARN("Invalid psm received from remote psm:%d remote_cid:%d", psm, remote_cid); in OnConnectionRequest()
181 LOG_WARN("Invalid remote cid received from remote psm:%d remote_cid:%d", psm, remote_cid); in OnConnectionRequest()
232 LOG_WARN("Can't allocate dynamic channel"); in on_security_result_for_incoming()
249 LOG_WARN("Unexpected response: no pending request. Expected signal id %d type %s, got %d", in OnConnectionResponse()
255 LOG_WARN("SCID doesn't match: expected %d, received %d", command_just_sent_.source_cid_, cid); in OnConnectionResponse()
280 LOG_WARN("Can't allocate dynamic channel"); in OnConnectionResponse()
298 LOG_WARN("Configuration request for an unknown channel"); in OnConfigurationRequest()
[all …]
Dfixed_channel_impl.cc69 LOG_WARN("%s is already closed", ToString().c_str()); in Acquire()
84 LOG_WARN("%s is already closed", ToString().c_str()); in Release()
/system/bt/gd/os/
Dlog.h37 #define LOG_WARN(...) macro
57 #define LOG_WARN(fmt, args...) ALOGW("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) macro
85 #define LOG_WARN(...) macro
90 #define LOG_WARN(...) LOGWRAPPER(__VA_ARGS__) macro
/system/bt/gd/storage/
Dlegacy_config_file.cc54 LOG_WARN("unterminated section name on line %d", line_num); in Read()
62 LOG_WARN("no key/value separator found on line %d", line_num); in Read()
79 LOG_WARN("Config file at \"%s\" does not exist", path_.c_str()); in Delete()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_model.cc107 LOG_WARN("Unknown device %zu", dev_index); in Del()
125 LOG_WARN("Unknown phy at index %zu", phy_index); in DelPhy()
135 LOG_WARN("Unknown device %zu", dev_index); in AddDeviceToPhy()
139 LOG_WARN("Can't find phy %zu", phy_index); in AddDeviceToPhy()
152 LOG_WARN("Unknown device %zu", dev_index); in DelDeviceFromPhy()
156 LOG_WARN("Can't find phy %zu", phy_index); in DelDeviceFromPhy()
220 LOG_WARN("Unknown device %zu", index); in OnHciConnectionClosed()
233 LOG_WARN("Can't find device %zu", index); in SetDeviceAddress()
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h223 LOG_WARN("already connected: %s", address.ToString().c_str()); in create_connection()
248LOG_WARN("No matching connection to %s (%s)", address.ToString().c_str(), ErrorCodeText(status).c_… in on_connection_complete()
249 LOG_WARN("Firmware error after RemoteNameRequestCancel?"); in on_connection_complete()
258 LOG_WARN("No client callbacks registered for connection"); in on_connection_complete()
321 LOG_WARN("Unknown connection handle 0x%04hx", handle); in on_connection_packet_type_changed()
342 LOG_WARN("Unknown connection handle 0x%04hx", handle); in on_central_link_key_complete()
359 LOG_WARN("Unknown connection handle 0x%04hx", handle); in on_authentication_complete()
416 LOG_WARN("Unknown connection handle 0x%04hx", handle); in on_change_connection_link_key_complete()
437 LOG_WARN("Unknown connection handle 0x%04hx", handle); in on_read_clock_offset_complete()
454 LOG_WARN("Unknown connection handle 0x%04hx", handle); in on_mode_change()
[all …]
Dround_robin_scheduler.cc73 LOG_WARN("handle %d is invalid", handle); in SetLinkPriority()
96 LOG_WARN("Buffer of connection_type %d is full", connection_type); in start_round_robin()
225 LOG_WARN("receive more credits than we sent"); in incoming_acl_credits()
237 LOG_WARN("acl packet credits overflow due to receive %hx credits", credits); in incoming_acl_credits()
246 LOG_WARN("le acl packet credits overflow due to receive %hx credits", credits); in incoming_acl_credits()
/system/bt/gd/security/channel/
Dsecurity_manager_channel.cc46 LOG_WARN("Already connected to '%s'", address.ToString().c_str()); in Connect()
58 LOG_WARN("Unknown address '%s'", address.ToString().c_str()); in Release()
68 LOG_WARN("Unknown address '%s'", address.ToString().c_str()); in Disconnect()
108 LOG_WARN("Unknown address '%s'", address.ToString().c_str()); in OnLinkDisconnected()
/system/bt/main/shim/
Dbtm.cc283 LOG_WARN("%s Unknown inquiry mode:%d", __func__, mode); in StartInquiry()
336 LOG_WARN("%s Unknown inquiry mode:%d", __func__, mode); in StartPeriodicInquiry()
392 LOG_WARN("UNIMPLEMENTED %s", __func__); in SetLeGeneralDiscoverability()
396 LOG_WARN("UNIMPLEMENTED %s", __func__); in SetLeLimitedDiscoverability()
399 void Btm::SetLeDiscoverabilityOff() { LOG_WARN("UNIMPLEMENTED %s", __func__); } in SetLeDiscoverabilityOff()
407 LOG_WARN("UNIMPLEMENTED %s", __func__); in GetLeDiscoverabilityState()
438 void Btm::SetLeConnectibleOn() { LOG_WARN("UNIMPLEMENTED %s", __func__); } in SetLeConnectibleOn()
440 void Btm::SetLeConnectibleOff() { LOG_WARN("UNIMPLEMENTED %s", __func__); } in SetLeConnectibleOff()
448 LOG_WARN("UNIMPLEMENTED %s", __func__); in GetLeConnectabilityState()
543 LOG_WARN("%s Cancelling classic remote device name without one in progress", in CancelAllReadRemoteDeviceName()
[all …]
/system/bt/hci/src/
Dpacket_fragmenter.cc209 LOG_WARN( in reassemble_and_dispatch_iso()
226 LOG_WARN("%s ISO packet too small (%d < %d). Dropping it.", __func__, in reassemble_and_dispatch_iso()
300 LOG_WARN("%s got continuation for unknown packet. Dropping it.", in reassemble_and_dispatch_iso()
377 LOG_WARN("dropping broadcast packet"); in reassemble_and_dispatch()
385 LOG_WARN("%s invalid acl_length %d", __func__, acl_length); in reassemble_and_dispatch()
393 LOG_WARN( in reassemble_and_dispatch()
404 LOG_WARN("%s L2CAP packet too small (%d < %d). Dropping it.", __func__, in reassemble_and_dispatch()
426 LOG_WARN("%s found l2cap full length %d less than the hci length %d.", in reassemble_and_dispatch()
453 LOG_WARN("%s got continuation for unknown packet. Dropping it.", in reassemble_and_dispatch()
465 LOG_WARN( in reassemble_and_dispatch()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dpolled_socket.cc54 LOG_WARN("%s error %s", __func__, strerror(errno)); in TrySend()
94 LOG_WARN("%s error %s", __func__, strerror(errno)); in TryReceive()
/system/bt/bta/ag/
Dbta_ag_sco.cc533 LOG_WARN("Codec negotiation timeout"); in bta_ag_codec_negotiation_timer_cback()
559 LOG_WARN("Skip codec negotiation, failed to read remote features"); in bta_ag_codec_negotiate()
617 LOG_WARN("BTA_AG_SCO_SHUTDOWN_ST: Ignoring event %s[%d]", in bta_ag_sco_event()
659 LOG_WARN("BTA_AG_SCO_LISTEN_ST: Ignoring event %s[%d]", in bta_ag_sco_event()
670 LOG_WARN("BTA_AG_SCO_LISTEN_ST: Ignoring event %s[%d]", in bta_ag_sco_event()
719 LOG_WARN("BTA_AG_SCO_CODEC_ST: Ignoring event %s[%d]", in bta_ag_sco_event()
774 LOG_WARN("BTA_AG_SCO_OPENING_ST: Ignoring event %s[%d]", in bta_ag_sco_event()
817 LOG_WARN("BTA_AG_SCO_OPEN_CL_ST: Ignoring event %s[%d]", in bta_ag_sco_event()
853 LOG_WARN("BTA_AG_SCO_OPEN_XFER_ST: Ignoring event %s[%d]", in bta_ag_sco_event()
903 LOG_WARN("BTA_AG_SCO_OPEN_ST: Ignoring event %s[%d]", in bta_ag_sco_event()
[all …]
Dbta_ag_at.cc142 LOG_WARN("arg out of range"); in bta_ag_process_at()
156 LOG_WARN("Incoming arg type 0x%x does not match cmd arg type 0x%x", in bta_ag_process_at()
162 LOG_WARN("Unmatched command index %d", idx); in bta_ag_process_at()
/system/bt/stack/gatt/
Datt_protocol.cc406 LOG_WARN("Unable to send empty message"); in attp_send_sr_msg()
443 LOG_WARN("Unable to send ATT command to l2cap layer"); in attp_cl_send_cmd()
517 LOG_WARN( in attp_send_cl_msg()
533 LOG_WARN("GATT message has invalid handle op_code:%hhu", op_code); in attp_send_cl_msg()
549 LOG_WARN("GATT message has invalid handle op_code:%hhu", op_code); in attp_send_cl_msg()
563 LOG_WARN("GATT message has invalid handle op_code:%hhu", op_code); in attp_send_cl_msg()
593 LOG_WARN( in attp_send_cl_msg()
Dconnection_manager.cc224 LOG_WARN("Background connection attempt already in progress app_id=%x", in direct_connect_add()
235 LOG_WARN("Unable to add le device to acceptlist"); in direct_connect_add()
262 LOG_WARN("Unable to find background connection to remove"); in direct_connect_remove()
268 LOG_WARN("Unable to find direct connection to remove"); in direct_connect_remove()

123456