Lines Matching defs:srv
28 static void store_state(struct bt_mesh_dfu_srv *srv) in store_state()
34 static void erase_state(struct bt_mesh_dfu_srv *srv) in erase_state()
39 static void xfer_failed(struct bt_mesh_dfu_srv *srv) in xfer_failed()
53 static enum bt_mesh_dfu_status metadata_check(struct bt_mesh_dfu_srv *srv, in metadata_check()
78 struct bt_mesh_dfu_srv *srv = cb_params; in apply_rsp_sent() local
113 static void verify(struct bt_mesh_dfu_srv *srv) in verify()
136 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in handle_info_get() local
198 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in handle_metadata_check() local
223 static void update_status_rsp(struct bt_mesh_dfu_srv *srv, in update_status_rsp()
250 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in handle_get() local
259 static inline bool is_active_update(struct bt_mesh_dfu_srv *srv, uint8_t idx, in is_active_update()
273 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in handle_start() local
382 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in handle_cancel() local
403 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in handle_apply() local
444 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in dfu_srv_init() local
476 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in dfu_srv_settings_set() local
503 struct bt_mesh_dfu_srv *srv = mod->rt->user_data; in dfu_srv_reset() local
517 struct bt_mesh_dfu_srv *srv = CONTAINER_OF(b, struct bt_mesh_dfu_srv, blob); in blob_suspended() local
525 struct bt_mesh_dfu_srv *srv = in blob_end() local
543 struct bt_mesh_dfu_srv *srv = in blob_recover() local
561 void bt_mesh_dfu_srv_verified(struct bt_mesh_dfu_srv *srv) in bt_mesh_dfu_srv_verified()
574 void bt_mesh_dfu_srv_rejected(struct bt_mesh_dfu_srv *srv) in bt_mesh_dfu_srv_rejected()
587 void bt_mesh_dfu_srv_cancel(struct bt_mesh_dfu_srv *srv) in bt_mesh_dfu_srv_cancel()
597 void bt_mesh_dfu_srv_applied(struct bt_mesh_dfu_srv *srv) in bt_mesh_dfu_srv_applied()
610 bool bt_mesh_dfu_srv_is_busy(const struct bt_mesh_dfu_srv *srv) in bt_mesh_dfu_srv_is_busy()
617 uint8_t bt_mesh_dfu_srv_progress(const struct bt_mesh_dfu_srv *srv) in bt_mesh_dfu_srv_progress()