Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dhci_dump_posix_stdout.c56 static char time_string[40]; variable
69 strftime (time_string, sizeof (time_string), "[%Y-%m-%d %H:%M:%S", ptm); in hci_dump_posix_stdout_timestamp()
73 printf ("%s.%03u] ", time_string, milliseconds); in hci_dump_posix_stdout_timestamp()