Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c159HCI_TRACE_WARNING("%s found unfinished packet for handle with start packet. Dropping old.\n", __fu… in reassemble_and_dispatch()
167HCI_TRACE_WARNING("%s found l2cap full length %d less than the hci length %d.\n", __func__, l2cap_… in reassemble_and_dispatch()
176 HCI_TRACE_WARNING("%s full_length %d no memory.\n", __func__, full_length); in reassemble_and_dispatch()
Dhci_layer.c144 HCI_TRACE_WARNING("%s downstream_data_ready event not created", __func__); in hci_downstream_data_post()
453HCI_TRACE_WARNING("%s command complete event with no matching command. opcode: 0x%x.", __func__, o… in filter_incoming_event()
459 HCI_TRACE_WARNING("%s sync_info is NULL. opcode = 0x%x", __func__, opcode); in filter_incoming_event()
483HCI_TRACE_WARNING("%s command status event with no matching command. opcode: 0x%x", __func__, opco… in filter_incoming_event()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c476 HCI_TRACE_WARNING("%s Unable to find expected alarm in hashmap", __func__); in btu_stop_timer()
590 HCI_TRACE_WARNING("%s Unable to find expected alarm in hashmap", __func__); in btu_stop_quick_timer()
667 HCI_TRACE_WARNING("%s Unable to find expected alarm in hashmap", __func__); in btu_stop_timer_oneshot()
Dbtu_hcif.c659 HCI_TRACE_WARNING("hcif conn complete: hdl 0x%x, st 0x%x", handle, status); in btu_hcif_connection_comp_evt()
718 HCI_TRACE_WARNING("hcif disc complete: hdl 0x%x, rsn 0x%x", handle, reason); in btu_hcif_disconnection_comp_evt()
1250 HCI_TRACE_WARNING("%s,opcode:0x%04x,status:0x%02x", __func__, opcode,status); in btu_hcif_hdl_command_status()
1579 HCI_TRACE_WARNING("hcif mode change: hdl 0x%x, mode %d, intv %d, status 0x%x", in btu_hcif_mode_change_evt()
1619HCI_TRACE_WARNING("hcif ssr evt: st 0x%x, hdl 0x%x, tx_lat %d rx_lat %d", status, handle, max_tx_l… in btu_hcif_ssr_evt()
1996 HCI_TRACE_WARNING("hcif link supv_to changed: hdl 0x%x, supv_to %d", handle, supv_to); in btu_hcif_link_supv_to_changed_evt()
2105 HCI_TRACE_WARNING("%s, request not supported", __FUNCTION__); in btu_ble_data_length_change_evt()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h368 #define HCI_TRACE_WARNING(fmt, args...) {if (HCI_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_WARNING … macro
382 #define HCI_TRACE_WARNING(fmt, args...) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c192 HCI_TRACE_WARNING("hci cmd send: disconnect: hdl 0x%x, rsn:0x%x", handle, reason); in btsnd_hcic_disconnect()
778 HCI_TRACE_WARNING("hci cmd send: sniff: hdl 0x%x, intv(%d %d)", in btsnd_hcic_sniff_mode()
803 HCI_TRACE_WARNING("hci cmd send: unsniff: hdl 0x%x", handle); in btsnd_hcic_exit_sniff_mode()
Dhciblecmds.c193 HCI_TRACE_WARNING("Data length exceeds 31 bytes, only the first 31 bytes are used.\n"); in btsnd_hcic_ble_set_adv_data()
227 HCI_TRACE_WARNING("Data length exceeds 31 bytes, only the first 31 bytes are used.\n"); in btsnd_hcic_ble_set_scan_rsp_data()