Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/
Dcts.c68 time_t unix_ts = unix_ms / MSEC_PER_SEC; in bt_cts_time_from_unix_ms() local
77 LOG_DBG("CTS Read Unix: %lld", unix_ts); in bt_cts_time_from_unix_ms()
79 if (gmtime_r(&unix_ts, &date_time) == NULL) { in bt_cts_time_from_unix_ms()