History log of /btstack/src/mesh/provisioning_device.c (Results 1 – 20 of 20)
Revision Date Author Comments
# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# 7c76cd61 29-Mar-2021 Matthias Ringwald <[email protected]>

avoid #include "btstack.h" by core stack


# 7bbeb3ad 27-Oct-2020 Milanka Ringwald <[email protected]>

add missing default switch cases


# 5c9e1292 02-Jul-2020 Matthias Ringwald <[email protected]>

mesh: send public key only once


# 46f4dd99 13-May-2020 Matthias Ringwald <[email protected]>

mesh: allow to provision device after node reset


# 94d617e4 24-Apr-2020 Matthias Ringwald <[email protected]>

mesh: support separate packet handlers for provisioner and device roles


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

ignore memcpy return value (always returns first parameter)


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

mesh: fix BTSTACK_FILE__ tags


# af1eaed4 15-Oct-2019 Matthias Ringwald <[email protected]>

mesh: let provisioning_done generate initial ecc key


# 73aea5d9 03-Oct-2019 Matthias Ringwald <[email protected]>

mesh/provisioning_device: update state before sending error or complete


# 30a044b0 09-Sep-2019 Milanka Ringwald <[email protected]>

mesh: rename pb_type_t to mesh_pb_type_t, fixes #249


# 1483c792 06-Sep-2019 Matthias Ringwald <[email protected]>

mesh: fix build


# 5127fa8a 06-Sep-2019 Matthias Ringwald <[email protected]>

mesh: use gatt/adv bearer only if enabled


# 0500a934 19-Jul-2019 Matthias Ringwald <[email protected]>

mesh: simplify network key index management


# 4848a4bc 16-Jul-2019 Matthias Ringwald <[email protected]>

mesh: remove individual getters from provisioning_device


# cc639358 16-Jul-2019 Matthias Ringwald <[email protected]>

mesh: remove Attention Timer state from provisioning device, only emit attention timer start/stop events


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

mesh: fix provisioning_emit_output_oob_event and provisioning_emit_attention_timer_event


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

mesh: fix unused, shadowing, signed compares


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

mesh: remove rfcomm.h includes, crc8 not used


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

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