Lines Matching full:log_err
63 LOG_ERR("Not enough data for event header"); in bt_esp_evt_recv()
74 LOG_ERR("Event payload length is not correct"); in bt_esp_evt_recv()
84 LOG_ERR("No available event buffers!"); in bt_esp_evt_recv()
93 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_esp_evt_recv()
110 LOG_ERR("Not enough data for ACL header"); in bt_esp_acl_recv()
122 LOG_ERR("No available ACL buffers!"); in bt_esp_acl_recv()
127 LOG_ERR("ACL payload length is not correct"); in bt_esp_acl_recv()
134 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_esp_acl_recv()
152 LOG_ERR("Not enough data for ISO header"); in bt_esp_iso_recv()
164 LOG_ERR("No available ISO buffers!"); in bt_esp_iso_recv()
169 LOG_ERR("ISO payload length is not correct"); in bt_esp_iso_recv()
176 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_esp_iso_recv()
214 LOG_ERR("Unknown HCI type %u", pkt_indicator); in hci_esp_host_rcv_pkt()
255 LOG_ERR("Unknown type %u", bt_buf_get_type(buf)); in bt_esp32_send()
269 LOG_ERR("Send packet timeout error"); in bt_esp32_send()
293 LOG_ERR("Not enough memory to initialize Bluetooth."); in bt_esp32_ble_init()
294 LOG_ERR("Consider increasing CONFIG_HEAP_MEM_POOL_SIZE value."); in bt_esp32_ble_init()
297 LOG_ERR("Unable to initialize the Bluetooth: %d", ret); in bt_esp32_ble_init()
303 LOG_ERR("Bluetooth controller enable failed: %d", ret); in bt_esp32_ble_init()
318 LOG_ERR("Bluetooth controller disable failed %d", ret); in bt_esp32_ble_deinit()
324 LOG_ERR("Bluetooth controller deinit failed %d", ret); in bt_esp32_ble_deinit()