Home
last modified time | relevance | path

Searched refs:HCI_TRACE_ERROR (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c162 HCI_TRACE_ERROR("%s unable to create pending command queue.", __func__); in hci_layer_init_env()
174 HCI_TRACE_ERROR("%s unable to create pending packet queue.", __func__); in hci_layer_init_env()
183 HCI_TRACE_ERROR("%s unable to create list for commands pending response.", __func__); in hci_layer_init_env()
189 HCI_TRACE_ERROR("%s unable to create command response timer.", __func__); in hci_layer_init_env()
298 HCI_TRACE_ERROR("%s legacy transmit of command. Use transmit_command instead.\n", __func__); in transmit_downward()
405 HCI_TRACE_ERROR("%s with no commands pending response", __func__); in command_timed_out()
411HCI_TRACE_ERROR("%s hci layer timeout waiting for response to a command. opcode: 0x%x", __func__, … in command_timed_out()
553 HCI_TRACE_ERROR("%s invalid event type, could not translate 0x%x\n", __func__, event); in event_to_data_type()
Dhci_hal_h4.c199 HCI_TRACE_ERROR("%s invalid data type: %d", __func__, type); in transmit_data()
440 HCI_TRACE_ERROR("Workaround stream corrupted during LE SCAN: pkt_len=%d ble_event_len=%d\n", in hci_hal_h4_hdl_rx_packet()
446 HCI_TRACE_ERROR("%s Unknown HCI message type. Dropping this byte 0x%x," in hci_hal_h4_hdl_rx_packet()
454 HCI_TRACE_ERROR("Wrong packet length type=%d pkt_len=%d hdr_len=%d", in hci_hal_h4_hdl_rx_packet()
468 HCI_TRACE_ERROR("Wrong packet length type=%d hdr_len=%d pd_len=%d " in hci_hal_h4_hdl_rx_packet()
500 HCI_TRACE_ERROR("Wrong packet length type=%d pkt_len=%d hdr_len=%d", in hci_hal_h4_hdl_rx_adv_rpt()
508 HCI_TRACE_ERROR("Wrong packet length type=%d hdr_len=%d pd_len=%d " in hci_hal_h4_hdl_rx_adv_rpt()
578 HCI_TRACE_ERROR("%s couldn't acquire memory for inbound data buffer.\n", __func__); in host_recv_pkt_cb()
Dpacket_fragmenter.c196 HCI_TRACE_ERROR("%s got continuation for unknown packet. Dropping it.\n", __func__); in reassemble_and_dispatch()
205HCI_TRACE_ERROR("%s got packet which would exceed expected length of %d. Truncating.\n", __func__,… in reassemble_and_dispatch()
Dhci_packet_parser.c125 HCI_TRACE_ERROR("%s() - WARNING: READING EXTENDED FEATURES FAILED. " in parse_read_local_extended_features_response()
264 HCI_TRACE_ERROR("%s failed: opcode 0x%04x, status 0x%02x", __func__, opcode, status); in read_command_complete_header()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c361 HCI_TRACE_ERROR("Unexpected HCI BLE event = 0x%02x", ble_sub_code); in btu_hcif_process_event()
447 HCI_TRACE_ERROR("%s p_buf is NULL", __func__); in btu_hcif_send_cmd()
489 HCI_TRACE_ERROR("%s p_buf is NULL", __func__); in btu_hcif_send_cmd_sync()
494 HCI_TRACE_ERROR("%s sync_info error", __func__); in btu_hcif_send_cmd_sync()
1019 HCI_TRACE_ERROR("hci write adv params error 0x%x", status); in btu_hcif_hdl_command_complete()
1026 HCI_TRACE_ERROR("hci connection params reply command error 0x%x", status); in btu_hcif_hdl_command_complete()
1033 HCI_TRACE_ERROR("hci connection params neg reply command error %x", status); in btu_hcif_hdl_command_complete()
1145 HCI_TRACE_ERROR("CC evt: op=0x%x, status=0x%x", opcode, status); in btu_hcif_hdl_command_complete()
1283 HCI_TRACE_ERROR("CS evt: LE PA CreateSync status=0x%x", status); in btu_hcif_hdl_command_status()
1293 HCI_TRACE_ERROR("CS evt: LE SetPhy status=0x%x", status); in btu_hcif_hdl_command_status()
[all …]
Dbtu_task.c442 HCI_TRACE_ERROR("%s Unable to create alarm", __func__); in btu_start_timer()
557 HCI_TRACE_ERROR("%s Unable to create alarm", __func__); in btu_start_quick_timer()
643 HCI_TRACE_ERROR("%s Unable to create alarm", __func__); in btu_start_timer_oneshot()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h367 #define HCI_TRACE_ERROR(fmt, args...) {if (HCI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR &&… macro
381 #define HCI_TRACE_ERROR(fmt, args...) macro