Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c65 int64_t next_timeout_ms = cli->tx.cli_timestamp; in start_retry_timer()
95 cli->tx.cli_timestamp = 0ll; in cli_state_reset()
475 if (k_uptime_get() >= cli->tx.cli_timestamp) { in retry_timeout()
875 cli->tx.cli_timestamp = 0ll; in block_start()
1017 if (!cli->tx.cli_timestamp) { in block_report_wait()
1018 cli->tx.cli_timestamp = k_uptime_get() + CLIENT_TIMEOUT_MSEC(cli); in block_report_wait()
1325 cli->tx.cli_timestamp = k_uptime_get() + CLIENT_TIMEOUT_MSEC(cli); in handle_block_report()
1467 cli->tx.cli_timestamp = 0ll; in blob_cli_init()
1578 cli->tx.cli_timestamp = 0ll; in bt_mesh_blob_cli_suspend()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h305 int64_t cli_timestamp; member