History log of /btstack/src/mesh/mesh_node.c (Results 1 – 19 of 19)
Revision Date Author Comments
# b8fd168e 30-Apr-2022 Matthias Ringwald <[email protected]>

mesh_node: use btstack_clz


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# df71a9a4 08-Aug-2020 Matthias Ringwald <[email protected]>

mesh: fix compile warnings


# 12d66e05 31-Jan-2020 Milanka Ringwald <[email protected]>

mesh: prefix with mesh and move heartbeat helper functions to mesh_node [a2593]


# 6535961a 02-Dec-2019 Matthias Ringwald <[email protected]>

ignore memcpy return value (always returns first parameter)


# 6f8febae 29-Oct-2019 Matthias Ringwald <[email protected]>

mesh: add mesh_node_get_health_server, rename mesh_model_get_configuration_server to mesh_node_get_configuration_server


# 5d71beb8 29-Oct-2019 Matthias Ringwald <[email protected]>

mesh: allow to configure node info: cid, pid, vid


# 2d4000d1 16-Oct-2019 Matthias Ringwald <[email protected]>

mesh: fix BTSTACK_FILE__ tags


# 0d42a059 15-Jul-2019 Matthias Ringwald <[email protected]>

mesh: move model utility functions to mesh_node from access


# f4854a5e 14-Jul-2019 Matthias Ringwald <[email protected]>

mesh: move mesh files to src/mesh, update includes


# 58a4c398 12-Jul-2019 Matthias Ringwald <[email protected]>

mesh: generate random device uuid on start


# 39cd8755 12-Jul-2019 Matthias Ringwald <[email protected]>

mesh: mesh_node_get_device_uuid returns NULL if not set


# 6f175e03 12-Jul-2019 Matthias Ringwald <[email protected]>

mesh: add mesh_node_set_element_location


# 54274a76 12-Jul-2019 Matthias Ringwald <[email protected]>

mesh: pb_gatt_init without device uuid


# d0e44c14 12-Jul-2019 Matthias Ringwald <[email protected]>

mesh: add mesh_node_get/set_device_uuid


# 001c65e0 11-Jul-2019 Matthias Ringwald <[email protected]>

mesh: prefix mesh_node functions


# e4058622 11-Jul-2019 Matthias Ringwald <[email protected]>

mesh: add mesh_element_count and use in mesh_network


# e8625ff1 11-Jul-2019 Matthias Ringwald <[email protected]>

mesh: move node->element management to mesh_node


# 683cf298 11-Jul-2019 Matthias Ringwald <[email protected]>

mesh: move mesh_node into src/mesh