Home
last modified time | relevance | path

Searched refs:mesh_node_set_info (Results 1 – 3 of 3) sorted by relevance

/btstack/src/mesh/
H A Dmesh_node.h314 void mesh_node_set_info(uint16_t company_id, uint16_t product_id, uint16_t product_version_id);
H A Dmesh_node.c80 void mesh_node_set_info(uint16_t company_id, uint16_t product_id, uint16_t product_version_id){ in mesh_node_set_info() function
/btstack/test/mesh/
H A Dmesh_pts.c635 mesh_node_set_info(BLUETOOTH_COMPANY_ID_BLUEKITCHEN_GMBH, 0, 0); in btstack_main()