Home
last modified time | relevance | path

Searched refs:mesh_node_set_element_location (Results 1 – 4 of 4) sorted by relevance

/btstack/src/mesh/
H A Dmesh_node.c112 void mesh_node_set_element_location(mesh_element_t * element, uint16_t location){ in mesh_node_set_element_location() function
117 mesh_node_set_element_location(&primary_element, location); in mesh_node_set_primary_element_location()
H A Dmesh_node.h201 void mesh_node_set_element_location(mesh_element_t * element, uint16_t location);
/btstack/example/
H A Dmesh_node_demo.c255 mesh_node_set_element_location(mesh_node_get_primary_element(), 0x103); in btstack_main()
/btstack/test/mesh/
H A Dmesh_pts.c632 mesh_node_set_element_location(mesh_node_get_primary_element(), 0x103); in btstack_main()