Lines Matching defs:model
18 static void bridge_status_send(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx) in bridge_status_send()
30 static int subnet_bridge_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in subnet_bridge_get()
38 static int subnet_bridge_set(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in subnet_bridge_set()
53 static void bridging_table_status_send(const struct bt_mesh_model *model, in bridging_table_status_send()
76 static int bridging_table_add(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in bridging_table_add()
99 static int bridging_table_remove(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in bridging_table_remove()
122 static int bridged_subnets_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in bridged_subnets_get()
212 static int bridging_table_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in bridging_table_get()
266 static int bridging_table_size_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in bridging_table_size_get()
292 static int brg_cfg_srv_init(const struct bt_mesh_model *model) in brg_cfg_srv_init()
314 void brg_cfg_srv_reset(const struct bt_mesh_model *model) in brg_cfg_srv_reset()