Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt_shell_private.h23 __printf_like(2, 3) void bt_shell_fprintf(enum shell_vt100_color color,
Dbt_shell_private.c45 void bt_shell_fprintf(enum shell_vt100_color color, in bt_shell_fprintf() function
Dbt.c327 bt_shell_fprintf(color, "0x"); in print_data_hex()
332 bt_shell_fprintf(color, "%02x", data[i]); in print_data_hex()