Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt_shell_private.c24 va_list args_copy; in wall_vfprintf() local
26 va_copy(args_copy, args); /* Create a copy of 'args' to safely reuse */ in wall_vfprintf()
28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf()
29 va_end(args_copy); /* Clean up to prevent resource leaks */ in wall_vfprintf()