Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv_internal.h36 enum bt_mesh_dfd_status bt_mesh_dfd_srv_apply(struct bt_mesh_dfd_srv *srv);
Ddfd_srv.c339 status_rsp(srv, ctx, bt_mesh_dfd_srv_apply(srv)); in handle_apply()
1195 enum bt_mesh_dfd_status bt_mesh_dfd_srv_apply(struct bt_mesh_dfd_srv *srv) in bt_mesh_dfd_srv_apply() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c308 enum bt_mesh_dfd_status status = bt_mesh_dfd_srv_apply(dfd_srv); in cmd_dfd_apply()