Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dblob_cli.c67 int64_t next_timeout_ms = cli->tx.cli_timestamp; in start_retry_timer()
97 cli->tx.cli_timestamp = 0ll; in cli_state_reset()
477 if (k_uptime_get() >= cli->tx.cli_timestamp) { in retry_timeout()
877 cli->tx.cli_timestamp = 0ll; in block_start()
1018 if (!cli->tx.cli_timestamp) { in block_report_wait()
1019 cli->tx.cli_timestamp = k_uptime_get() + CLIENT_TIMEOUT_MSEC(cli); in block_report_wait()
1326 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-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dblob_cli.h301 int64_t cli_timestamp; member