Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c123 const struct bt_mesh_elem *elem, in bt_mesh_model_foreach()
131 const struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_model_foreach() local
147 static size_t bt_mesh_comp_elem_size(const struct bt_mesh_elem *elem) in bt_mesh_comp_elem_size()
189 static void comp_add_model(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in comp_add_model()
205 const struct bt_mesh_elem *elem, bool vnd) in metadata_model_size()
239 const struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_metadata_page_0_size() local
261 const struct bt_mesh_elem *elem, bool vnd, in metadata_add_model()
318 const struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_metadata_get_page_0() local
368 static int comp_add_elem(struct net_buf_simple *buf, const struct bt_mesh_elem *elem, in comp_add_elem()
585 static size_t page1_elem_size(const struct bt_mesh_elem *elem) in page1_elem_size()
[all …]
Dcfg_srv.c88 static const struct bt_mesh_model *get_model(const struct bt_mesh_elem *elem, in get_model()
338 const struct bt_mesh_elem *elem, bool vnd, bool primary, in mod_app_key_del()
698 const struct bt_mesh_elem *elem; in mod_pub_get() local
751 const struct bt_mesh_elem *elem; in mod_pub_set() local
849 const struct bt_mesh_elem *elem; in mod_pub_va_set() local
951 const struct bt_mesh_elem *elem; in mod_sub_add() local
1029 const struct bt_mesh_elem *elem; in mod_sub_del() local
1111 const struct bt_mesh_elem *elem; in mod_sub_overwrite() local
1181 const struct bt_mesh_elem *elem; in mod_sub_del_all() local
1271 const struct bt_mesh_elem *elem; in mod_sub_get() local
[all …]
Dmain.c422 static void model_suspend(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in model_suspend()
491 static void model_resume(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in model_resume()
609 static void model_start(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in model_start()
Dop_agg_srv.c42 uint16_t elem; in handle_sequence() local
Dhealth_srv.c386 int bt_mesh_health_srv_fault_update(const struct bt_mesh_elem *elem) in bt_mesh_health_srv_fault_update()
Dcfg_cli.c2275 struct bt_mesh_comp_p0_elem *elem) in bt_mesh_comp_p0_elem_pull()
2300 uint16_t bt_mesh_comp_p0_elem_mod(struct bt_mesh_comp_p0_elem *elem, int idx) in bt_mesh_comp_p0_elem_mod()
2309 struct bt_mesh_mod_id_vnd bt_mesh_comp_p0_elem_mod_vnd(struct bt_mesh_comp_p0_elem *elem, int idx) in bt_mesh_comp_p0_elem_mod_vnd()
2325 struct bt_mesh_comp_p1_elem *elem) in bt_mesh_comp_p1_elem_pull()
2370 struct bt_mesh_comp_p1_elem *elem, struct bt_mesh_comp_p1_model_item *item) in bt_mesh_comp_p1_item_pull()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c147 struct bt_mesh_comp_p0_elem elem; in configure_node() local
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1090 const struct bt_mesh_elem *elem; in cmd_add_fault() local
1143 const struct bt_mesh_elem *elem; in cmd_del_fault() local
Dcfg.c81 struct bt_mesh_comp_p0_elem elem; in cmd_get_comp() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c347 static uint32_t search_uuid(struct bt_sdp_data_elem *elem, struct bt_uuid *uuid, in search_uuid()
716 static uint32_t copy_attribute(struct bt_sdp_data_elem *elem, in copy_attribute()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h1161 const struct bt_mesh_elem *elem; /**< List of elements. */ member