Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c56 static struct bt_mesh_blob_target *next_target(struct bt_mesh_blob_cli *cli,
348 static struct bt_mesh_blob_target *next_target(struct bt_mesh_blob_cli *cli, in next_target() function
428 if (UNICAST_MODE(cli) && next_target(cli, &cli->tx.target)) { in tx_complete()
506 if (!cli->tx.ctx.acked || !next_target(cli, &cli->tx.target) || cli->tx.cancelled) { in retry_timeout()
532 if (!next_target(cli, &cli->tx.target)) { in blob_cli_broadcast()