Lines Matching defs:model

43 static void hb_send(struct bt_mesh_model *model)  in hb_send()
166 static void dev_comp_data_get(struct bt_mesh_model *model, in dev_comp_data_get()
243 static u8_t _mod_pub_set(struct bt_mesh_model *model, u16_t pub_addr, in _mod_pub_set()
314 u8_t mod_bind(struct bt_mesh_model *model, u16_t key_idx) in mod_bind()
346 u8_t mod_unbind(struct bt_mesh_model *model, u16_t key_idx, bool store) in mod_unbind()
480 static void app_key_add(struct bt_mesh_model *model, in app_key_add()
507 static void app_key_update(struct bt_mesh_model *model, in app_key_update()
563 static void app_key_del(struct bt_mesh_model *model, in app_key_del()
615 static void app_key_get(struct bt_mesh_model *model, in app_key_get()
678 static void beacon_get(struct bt_mesh_model *model, in beacon_get()
698 static void beacon_set(struct bt_mesh_model *model, in beacon_set()
743 static void default_ttl_get(struct bt_mesh_model *model, in default_ttl_get()
765 static void default_ttl_set(struct bt_mesh_model *model, in default_ttl_set()
803 static void send_gatt_proxy_status(struct bt_mesh_model *model, in send_gatt_proxy_status()
820 static void gatt_proxy_get(struct bt_mesh_model *model, in gatt_proxy_get()
831 static void gatt_proxy_set(struct bt_mesh_model *model, in gatt_proxy_set()
902 static void net_transmit_get(struct bt_mesh_model *model, in net_transmit_get()
924 static void net_transmit_set(struct bt_mesh_model *model, in net_transmit_set()
960 static void relay_get(struct bt_mesh_model *model, in relay_get()
983 static void relay_set(struct bt_mesh_model *model, in relay_set()
1082 static void mod_pub_get(struct bt_mesh_model *model, in mod_pub_get()
1129 static void mod_pub_set(struct bt_mesh_model *model, in mod_pub_set()
1271 static void mod_pub_va_set(struct bt_mesh_model *model, in mod_pub_va_set()
1346 static void mod_pub_va_set(struct bt_mesh_model *model, in mod_pub_va_set()
1395 static void send_mod_sub_status(struct bt_mesh_model *model, in send_mod_sub_status()
1425 static void mod_sub_add(struct bt_mesh_model *model, in mod_sub_add()
1500 static void mod_sub_del(struct bt_mesh_model *model, in mod_sub_del()
1566 static void mod_sub_overwrite(struct bt_mesh_model *model, in mod_sub_overwrite()
1635 static void mod_sub_del_all(struct bt_mesh_model *model, in mod_sub_del_all()
1687 static void mod_sub_get(struct bt_mesh_model *model, in mod_sub_get()
1748 static void mod_sub_get_vnd(struct bt_mesh_model *model, in mod_sub_get_vnd()
1814 static void mod_sub_va_add(struct bt_mesh_model *model, in mod_sub_va_add()
1892 static void mod_sub_va_del(struct bt_mesh_model *model, in mod_sub_va_del()
1961 static void mod_sub_va_overwrite(struct bt_mesh_model *model, in mod_sub_va_overwrite()
2028 static void mod_sub_va_add(struct bt_mesh_model *model, in mod_sub_va_add()
2070 static void mod_sub_va_del(struct bt_mesh_model *model, in mod_sub_va_del()
2109 static void mod_sub_va_overwrite(struct bt_mesh_model *model, in mod_sub_va_overwrite()
2149 static void send_net_key_status(struct bt_mesh_model *model, in send_net_key_status()
2168 static void net_key_add(struct bt_mesh_model *model, in net_key_add()
2243 static void net_key_update(struct bt_mesh_model *model, in net_key_update()
2324 static void net_key_del(struct bt_mesh_model *model, in net_key_del()
2364 static void net_key_get(struct bt_mesh_model *model, in net_key_get()
2403 static void node_identity_get(struct bt_mesh_model *model, in node_identity_get()
2445 static void node_identity_set(struct bt_mesh_model *model, in node_identity_set()
2526 static void mod_app_bind(struct bt_mesh_model *model, in mod_app_bind()
2587 static void mod_app_unbind(struct bt_mesh_model *model, in mod_app_unbind()
2642 static void mod_app_get(struct bt_mesh_model *model, in mod_app_get()
2713 static void node_reset(struct bt_mesh_model *model, in node_reset()
2738 static void send_friend_status(struct bt_mesh_model *model, in send_friend_status()
2754 static void friend_get(struct bt_mesh_model *model, in friend_get()
2765 static void friend_set(struct bt_mesh_model *model, in friend_set()
2813 static void lpn_timeout_get(struct bt_mesh_model *model, in lpn_timeout_get()
2863 static void send_krp_status(struct bt_mesh_model *model, in send_krp_status()
2883 static void krp_get(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in krp_get()
2906 static void krp_set(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in krp_set()
3003 static void hb_pub_send_status(struct bt_mesh_model *model, in hb_pub_send_status()
3038 static void heartbeat_pub_get(struct bt_mesh_model *model, in heartbeat_pub_get()
3047 static void heartbeat_pub_set(struct bt_mesh_model *model, in heartbeat_pub_set()
3130 static void hb_sub_send_status(struct bt_mesh_model *model, in hb_sub_send_status()
3168 static void heartbeat_sub_get(struct bt_mesh_model *model, in heartbeat_sub_get()
3177 static void heartbeat_sub_set(struct bt_mesh_model *model, in heartbeat_sub_set()
3314 struct bt_mesh_model *model = cfg->model; in hb_publish() local
3361 int bt_mesh_cfg_srv_init(struct bt_mesh_model *model, bool primary) in bt_mesh_cfg_srv_init()