Lines Matching refs:inputs
260 net_buf_simple_add_le16(&rsp, srv->inputs.group); in status_rsp()
261 net_buf_simple_add_le16(&rsp, srv->inputs.app_idx); in status_rsp()
262 net_buf_simple_add_u8(&rsp, srv->inputs.ttl); in status_rsp()
263 net_buf_simple_add_le16(&rsp, srv->inputs.timeout_base); in status_rsp()
968 sys_slist_init(&srv->inputs.targets); in dfd_srv_reset()
1024 sys_slist_init(&srv->inputs.targets); in bt_mesh_dfd_srv_receivers_delete_all()
1050 if (srv->inputs.app_idx == params->app_idx && in bt_mesh_dfd_srv_start()
1051 srv->inputs.timeout_base == params->timeout_base && in bt_mesh_dfd_srv_start()
1052 srv->inputs.group == params->group && srv->inputs.ttl == params->ttl && in bt_mesh_dfd_srv_start()
1081 sys_slist_init(&srv->inputs.targets); in bt_mesh_dfd_srv_start()
1090 sys_slist_append(&srv->inputs.targets, &srv->targets[i].blob.n); in bt_mesh_dfd_srv_start()
1094 srv->inputs.app_idx = params->app_idx; in bt_mesh_dfd_srv_start()
1095 srv->inputs.timeout_base = params->timeout_base; in bt_mesh_dfd_srv_start()
1096 srv->inputs.group = params->group; in bt_mesh_dfd_srv_start()
1097 srv->inputs.ttl = params->ttl; in bt_mesh_dfd_srv_start()
1108 err = bt_mesh_dfu_cli_send(&srv->dfu, &srv->inputs, srv->io, &xfer); in bt_mesh_dfd_srv_start()