Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_debug_conn.cc43 struct tm* ptm = localtime(&secs); in format_ts() local
46 strftime(tempbuff, sizeof(tempbuff), "%m-%d %H:%M:%S", ptm); in format_ts()