Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv_internal.h28 enum bt_mesh_dfd_status bt_mesh_dfd_srv_start(struct bt_mesh_dfd_srv *srv,
Ddfd_srv.c308 status_rsp(srv, ctx, bt_mesh_dfd_srv_start(srv, &params)); in handle_start()
1030 enum bt_mesh_dfd_status bt_mesh_dfd_srv_start(struct bt_mesh_dfd_srv *srv, in bt_mesh_dfd_srv_start() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c254 enum bt_mesh_dfd_status status = bt_mesh_dfd_srv_start(dfd_srv, &params); in cmd_dfd_start()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c502 status = bt_mesh_dfd_srv_start(&dfd_srv, &start_params); in dist_dfu_start_and_confirm()