Lines Matching refs:log_error
105 log_error("wrote zero bytes\n"); in btstack_uart_block_posix_process_write()
109 log_error("write returned error\n"); in btstack_uart_block_posix_process_write()
147 log_error("read zero bytes\n"); in btstack_uart_block_posix_process_read()
151 log_error("read returned error\n"); in btstack_uart_block_posix_process_read()
221 log_error("can't set baudrate %dn", baudrate ); in btstack_uart_posix_set_baudrate()
232 log_error("Couldn't set term attributes"); in btstack_uart_posix_set_baudrate()
246 …log_error("btstack_uart_posix_set_baudrate: error calling ioctl(..., IOSSIOSPEED, %u) - %s(%d).\n"… in btstack_uart_posix_set_baudrate()
286 log_error("Couldn't set term attributes"); in btstack_uart_posix_set_parity()
297 log_error("Couldn't set term attributes"); in btstack_uart_posix_set_flowcontrol()
313 log_error("Unable to open port %s", device_name); in btstack_uart_posix_open()
318 log_error("Couldn't get term attributes"); in btstack_uart_posix_open()
341 log_error("Couldn't set term attributes"); in btstack_uart_posix_open()