Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv_internal.h33 enum bt_mesh_dfd_status bt_mesh_dfd_srv_cancel(struct bt_mesh_dfd_srv *srv,
Ddfd_srv.c325 bt_mesh_dfd_srv_cancel(srv, ctx); in handle_cancel()
1134 enum bt_mesh_dfd_status bt_mesh_dfd_srv_cancel(struct bt_mesh_dfd_srv *srv, in bt_mesh_dfd_srv_cancel() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c290 enum bt_mesh_dfd_status status = bt_mesh_dfd_srv_cancel(dfd_srv, NULL); in cmd_dfd_cancel()