Lines Matching refs:inputs
19 SYS_SLIST_FOR_EACH_CONTAINER((sys_slist_t *)&(cli)->inputs->targets, \
25 #define CLIENT_TIMEOUT_MSEC(cli) (10 * MSEC_PER_SEC * (cli->inputs->timeout_base + 2) + \
26 100 * cli->inputs->ttl)
32 #define UNICAST_MODE(cli) ((cli)->inputs->group == BT_MESH_ADDR_UNASSIGNED || \
355 (sys_slist_t *)&cli->inputs->targets, *current, n); in next_target()
389 cli->tx.ctx.send(cli, cli->inputs->group); in send()
586 .app_idx = cli->inputs->app_idx, in tx()
588 .send_ttl = cli->inputs->ttl, in tx()
1488 const struct bt_mesh_blob_cli_inputs *inputs) in bt_mesh_blob_cli_caps_get() argument
1494 cli->inputs = inputs; in bt_mesh_blob_cli_caps_get()
1515 const struct bt_mesh_blob_cli_inputs *inputs, in bt_mesh_blob_cli_send() argument
1532 cli->inputs = inputs; in bt_mesh_blob_cli_send()
1628 const struct bt_mesh_blob_cli_inputs *inputs) in bt_mesh_blob_cli_xfer_progress_get() argument
1634 cli->inputs = inputs; in bt_mesh_blob_cli_xfer_progress_get()