Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv_internal.h31 enum bt_mesh_dfd_status bt_mesh_dfd_srv_suspend(struct bt_mesh_dfd_srv *srv);
Ddfd_srv.c315 status_rsp(srv, ctx, bt_mesh_dfd_srv_suspend(srv)); in handle_suspend()
1113 enum bt_mesh_dfd_status bt_mesh_dfd_srv_suspend(struct bt_mesh_dfd_srv *srv) in bt_mesh_dfd_srv_suspend() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c272 enum bt_mesh_dfd_status status = bt_mesh_dfd_srv_suspend(dfd_srv); in cmd_dfd_suspend()