Lines Matching full: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()
946 sys_slist_init(&srv->inputs.targets); in dfd_srv_reset()
1002 sys_slist_init(&srv->inputs.targets); in bt_mesh_dfd_srv_receivers_delete_all()
1028 if (srv->inputs.app_idx == params->app_idx && in bt_mesh_dfd_srv_start()
1029 srv->inputs.timeout_base == params->timeout_base && in bt_mesh_dfd_srv_start()
1030 srv->inputs.group == params->group && srv->inputs.ttl == params->ttl && in bt_mesh_dfd_srv_start()
1059 sys_slist_init(&srv->inputs.targets); in bt_mesh_dfd_srv_start()
1068 sys_slist_append(&srv->inputs.targets, &srv->targets[i].blob.n); in bt_mesh_dfd_srv_start()
1072 srv->inputs.app_idx = params->app_idx; in bt_mesh_dfd_srv_start()
1073 srv->inputs.timeout_base = params->timeout_base; in bt_mesh_dfd_srv_start()
1074 srv->inputs.group = params->group; in bt_mesh_dfd_srv_start()
1075 srv->inputs.ttl = params->ttl; in bt_mesh_dfd_srv_start()
1086 err = bt_mesh_dfu_cli_send(&srv->dfu, &srv->inputs, srv->io, &xfer); in bt_mesh_dfd_srv_start()