Lines Matching refs:LOG_ERR
60 LOG_ERR("Not enough data for command header"); in hci_ipc_cmd_recv()
69 LOG_ERR("No available command buffers!"); in hci_ipc_cmd_recv()
74 LOG_ERR("Command payload length is not correct"); in hci_ipc_cmd_recv()
80 LOG_ERR("Not enough space in buffer"); in hci_ipc_cmd_recv()
97 LOG_ERR("Not enough data for ACL header"); in hci_ipc_acl_recv()
106 LOG_ERR("No available ACL buffers!"); in hci_ipc_acl_recv()
111 LOG_ERR("ACL payload length is not correct"); in hci_ipc_acl_recv()
117 LOG_ERR("Not enough space in buffer"); in hci_ipc_acl_recv()
134 LOG_ERR("Not enough data for ISO header"); in hci_ipc_iso_recv()
143 LOG_ERR("No available ISO buffers!"); in hci_ipc_iso_recv()
148 LOG_ERR("ISO payload length is not correct"); in hci_ipc_iso_recv()
154 LOG_ERR("Not enough space in buffer"); in hci_ipc_iso_recv()
190 LOG_ERR("Unknown HCI type %u", pkt_indicator); in hci_ipc_rx()
212 LOG_ERR("Unable to send (err %d)", err); in tx_thread()
244 LOG_ERR("Unknown type %u", bt_buf_get_type(buf)); in hci_ipc_send()
272 LOG_ERR("IPC service send error: %d", ret); in hci_ipc_send()
309 LOG_ERR("Can't create Fatal Error HCI event: %s at %d", __FILE__, __LINE__); in bt_ctlr_assert_handle()
312 LOG_ERR("IPC endpoint is not ready yet: %s at %d", __FILE__, __LINE__); in bt_ctlr_assert_handle()
315 LOG_ERR("Halting system"); in bt_ctlr_assert_handle()
318 LOG_ERR("Controller assert in: %s at %d", file, line); in bt_ctlr_assert_handle()
347 LOG_ERR("Can't create Fatal Error HCI event.\n"); in k_sys_fatal_error_handler()
351 LOG_ERR("Halting system"); in k_sys_fatal_error_handler()
410 LOG_ERR("IPC service instance initialization failed: %d\n", err); in main()
415 LOG_ERR("Registering endpoint failed with %d", err); in main()