Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc831 std::stringstream ss_timestamp; in DebugDump() local
832 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump()
834 dprintf(fd, "%c %s %s\n", warning ? '*' : ' ', ss_timestamp.str().c_str(), in DebugDump()