Searched refs:wall_vfprintf (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt_shell_private.c | 17 static void wall_vfprintf(enum shell_vt100_color color, const char *fmt, va_list args) in wall_vfprintf() function 51 wall_vfprintf(color, fmt, args); in bt_shell_fprintf() 60 wall_vfprintf(SHELL_INFO, fmt, args); in bt_shell_fprintf_info() 69 wall_vfprintf(SHELL_NORMAL, fmt, args); in bt_shell_fprintf_print() 78 wall_vfprintf(SHELL_WARNING, fmt, args); in bt_shell_fprintf_warn() 87 wall_vfprintf(SHELL_ERROR, fmt, args); in bt_shell_fprintf_error()
|