History log of /btstack/src/mesh/mesh_generic_level_server.c (Results 1 – 25 of 25)
Revision Date Author Comments
# 3548b7cb 30-Nov-2023 Dirk Helbig <[email protected]>

cmake: fix warnings, code cleanup


# cb7b3e6f 01-Nov-2022 Matthias Ringwald <[email protected]>

Use inttypes.h macros for printing/logging (u)int32_t data


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

license: update text


# ad3a646c 29-Mar-2020 Matthias Ringwald <[email protected]>

mesh: streamline mesh-access-parser uint getter names


# 0323b889 29-Mar-2020 Matthias Ringwald <[email protected]>

mesh: remove num_segments and segmented flag from access message builder


# 6f13b0f4 28-Mar-2020 Matthias Ringwald <[email protected]>

mesh: use single access builder


# 039cbf1d 28-Mar-2020 Matthias Ringwald <[email protected]>

mesh: use mesh_upper_transport_pdu_t for all access messages, remove mesh_transport_pdu_t


# 332b5256 17-Nov-2019 Matthias Ringwald <[email protected]>

mesh: generic on/off + level server - move transition logic to mesh_access


# 262d85ee 15-Nov-2019 Matthias Ringwald <[email protected]>

mesh: drop reason from mesh_server_transition_setup_transition_or_instantaneous_update


# e8b9b724 15-Nov-2019 Matthias Ringwald <[email protected]>

mesh: introduce mesh_server_transition_handler in generic servers


# ac8dd887 15-Nov-2019 Matthias Ringwald <[email protected]>

mesh: extract mesh_server_transition_state_set for generic on/off and levelservers


# c5df3df4 14-Nov-2019 Matthias Ringwald <[email protected]>

mesh: setup stepwise transition for generic server delta set


# 0dcabf4c 14-Nov-2019 Matthias Ringwald <[email protected]>

mesh: drop transition speed from int16 transition


# d3b33bfb 14-Nov-2019 Matthias Ringwald <[email protected]>

mesh: remove delta_from_initial_value from int16 transition


# a9cbe3e4 14-Nov-2019 Matthias Ringwald <[email protected]>

mesh: order generic level delta set cases


# b66ef5c9 14-Nov-2019 Matthias Ringwald <[email protected]>

mesh: support generic level server move set message


# 753e6a2c 13-Nov-2019 Matthias Ringwald <[email protected]>

mesh: generic level server - use 32-bit delta value, handle re-transmission of set delta


# 1bb64ec8 13-Nov-2019 Matthias Ringwald <[email protected]>

mesh: reset delay time when transition starts


# 85bee781 13-Nov-2019 Matthias Ringwald <[email protected]>

mesh: generic level server rework transition state machine


# 7ee2bdae 12-Nov-2019 Matthias Ringwald <[email protected]>

mesh: add generic level server to test/mesh, use bstack_assert, fix time calculation


# 618a5fc3 11-Nov-2019 Matthias Ringwald <[email protected]>

mesh: fix transition setup in generic on/off and generic level server


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

mesh: fix BTSTACK_FILE__ tags


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

mesh: fix model callback registration


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

mesh: use mesh_access_send_unacknowledged_pdu instead of mesh_upper_transport_send_access_pdu


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

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