Lines Matching refs:bt_mesh_model
50 static int dev_comp_data_get(const struct bt_mesh_model *model, in dev_comp_data_get()
88 static const struct bt_mesh_model *get_model(const struct bt_mesh_elem *elem, in get_model()
115 static uint8_t _mod_pub_set(const struct bt_mesh_model *model, uint16_t pub_addr, in _mod_pub_set()
201 static uint8_t mod_bind(const struct bt_mesh_model *model, uint16_t key_idx) in mod_bind()
234 static uint8_t mod_unbind(const struct bt_mesh_model *model, uint16_t key_idx, bool store) in mod_unbind()
286 static int send_app_key_status(const struct bt_mesh_model *model, in send_app_key_status()
304 static int app_key_add(const struct bt_mesh_model *model, in app_key_add()
320 static int app_key_update(const struct bt_mesh_model *model, in app_key_update()
337 static void mod_app_key_del(const struct bt_mesh_model *mod, in mod_app_key_del()
356 static int app_key_del(const struct bt_mesh_model *model, in app_key_del()
375 static int app_key_get(const struct bt_mesh_model *model, in app_key_get()
424 static int beacon_get(const struct bt_mesh_model *model, in beacon_get()
443 static int beacon_set(const struct bt_mesh_model *model, in beacon_set()
469 static int default_ttl_get(const struct bt_mesh_model *model, in default_ttl_get()
488 static int default_ttl_set(const struct bt_mesh_model *model, in default_ttl_set()
514 static int send_gatt_proxy_status(const struct bt_mesh_model *model, in send_gatt_proxy_status()
529 static int gatt_proxy_get(const struct bt_mesh_model *model, in gatt_proxy_get()
539 static int gatt_proxy_set(const struct bt_mesh_model *model, in gatt_proxy_set()
563 static int net_transmit_get(const struct bt_mesh_model *model, in net_transmit_get()
582 static int net_transmit_set(const struct bt_mesh_model *model, in net_transmit_set()
606 static int relay_get(const struct bt_mesh_model *model, in relay_get()
626 static int relay_set(const struct bt_mesh_model *model, in relay_set()
653 static int send_mod_pub_status(const struct bt_mesh_model *cfg_mod, in send_mod_pub_status()
656 const struct bt_mesh_model *mod, uint8_t status, in send_mod_pub_status()
693 static int mod_pub_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in mod_pub_get()
697 const struct bt_mesh_model *mod; in mod_pub_get()
744 static int mod_pub_set(const struct bt_mesh_model *model, in mod_pub_set()
750 const struct bt_mesh_model *mod; in mod_pub_set()
809 static size_t mod_sub_list_clear(const struct bt_mesh_model *mod) in mod_sub_list_clear()
840 static int mod_pub_va_set(const struct bt_mesh_model *model, in mod_pub_va_set()
848 const struct bt_mesh_model *mod; in mod_pub_va_set()
917 static int send_mod_sub_status(const struct bt_mesh_model *model, in send_mod_sub_status()
945 static int mod_sub_add(const struct bt_mesh_model *model, in mod_sub_add()
950 const struct bt_mesh_model *mod; in mod_sub_add()
1023 static int mod_sub_del(const struct bt_mesh_model *model, in mod_sub_del()
1028 const struct bt_mesh_model *mod; in mod_sub_del()
1094 static enum bt_mesh_walk mod_sub_clear_visitor(const struct bt_mesh_model *mod, void *user_data) in mod_sub_clear_visitor()
1105 static int mod_sub_overwrite(const struct bt_mesh_model *model, in mod_sub_overwrite()
1110 const struct bt_mesh_model *mod; in mod_sub_overwrite()
1176 static int mod_sub_del_all(const struct bt_mesh_model *model, in mod_sub_del_all()
1180 const struct bt_mesh_model *mod; in mod_sub_del_all()
1234 static enum bt_mesh_walk mod_sub_list_visitor(const struct bt_mesh_model *mod, void *ctx) in mod_sub_list_visitor()
1264 static int mod_sub_get(const struct bt_mesh_model *model, in mod_sub_get()
1270 const struct bt_mesh_model *mod; in mod_sub_get()
1319 static int mod_sub_get_vnd(const struct bt_mesh_model *model, in mod_sub_get_vnd()
1325 const struct bt_mesh_model *mod; in mod_sub_get_vnd()
1378 static int mod_sub_va_add(const struct bt_mesh_model *model, in mod_sub_va_add()
1384 const struct bt_mesh_model *mod; in mod_sub_va_add()
1480 static int mod_sub_va_del(const struct bt_mesh_model *model, in mod_sub_va_del()
1486 const struct bt_mesh_model *mod; in mod_sub_va_del()
1564 static int mod_sub_va_overwrite(const struct bt_mesh_model *model, in mod_sub_va_overwrite()
1570 const struct bt_mesh_model *mod; in mod_sub_va_overwrite()
1640 static int send_net_key_status(const struct bt_mesh_model *model, in send_net_key_status()
1658 static int net_key_add(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in net_key_add()
1677 static int net_key_update(const struct bt_mesh_model *model, in net_key_update()
1695 static int net_key_del(const struct bt_mesh_model *model, in net_key_del()
1722 static int net_key_get(const struct bt_mesh_model *model, in net_key_get()
1747 static int send_node_id_status(const struct bt_mesh_model *model, in send_node_id_status()
1766 static int node_identity_get(const struct bt_mesh_model *model, in node_identity_get()
1788 static int node_identity_set(const struct bt_mesh_model *model, in node_identity_set()
1826 const struct bt_mesh_model *mod, bool vnd, in create_mod_app_status()
1843 static int mod_app_bind(const struct bt_mesh_model *model, in mod_app_bind()
1849 const struct bt_mesh_model *mod; in mod_app_bind()
1907 static int mod_app_unbind(const struct bt_mesh_model *model, in mod_app_unbind()
1913 const struct bt_mesh_model *mod; in mod_app_unbind()
1966 static int mod_app_get(const struct bt_mesh_model *model, in mod_app_get()
1975 const struct bt_mesh_model *mod; in mod_app_get()
2052 static int node_reset(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in node_reset()
2074 static int send_friend_status(const struct bt_mesh_model *model, in send_friend_status()
2089 static int friend_get(const struct bt_mesh_model *model, in friend_get()
2099 static int friend_set(const struct bt_mesh_model *model, in friend_set()
2116 static int lpn_timeout_get(const struct bt_mesh_model *model, in lpn_timeout_get()
2162 static int send_krp_status(const struct bt_mesh_model *model, in send_krp_status()
2181 static int krp_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in krp_get()
2200 static int krp_set(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in krp_set()
2256 static int hb_pub_send_status(const struct bt_mesh_model *model, in hb_pub_send_status()
2286 static int heartbeat_pub_get(const struct bt_mesh_model *model, in heartbeat_pub_get()
2299 static int heartbeat_pub_set(const struct bt_mesh_model *model, in heartbeat_pub_set()
2359 static int hb_sub_send_status(const struct bt_mesh_model *model, in hb_sub_send_status()
2384 static int heartbeat_sub_get(const struct bt_mesh_model *model, in heartbeat_sub_get()
2397 static int heartbeat_sub_set(const struct bt_mesh_model *model, in heartbeat_sub_set()
2510 static int cfg_srv_init(const struct bt_mesh_model *model) in cfg_srv_init()
2531 static void mod_reset(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in mod_reset()