History log of /btstack/src/mesh/pb_adv.c (Results 1 – 21 of 21)
Revision Date Author Comments
# 864e2f2b 01-Jul-2024 Matthias Ringwald <[email protected]>

mesh/pbv_adv: calculate size for PB ADV PDU buffer based on max num segments


# 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


# 205dc738 10-Feb-2021 Matthias Ringwald <[email protected]>

mesh/pb_adv: add size checks for adv data


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

add missing default switch cases


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

mesh: support separate packet handlers for provisioner and device roles


# 1765fb5d 23-Apr-2020 Matthias Ringwald <[email protected]>

mesh: use single timer for pb_adv


# 4a72aaca 23-Apr-2020 Matthias Ringwald <[email protected]>

mesh: timeout in device role if no incoming Provisioning PDU receive


# d16ad46b 22-Apr-2020 Matthias Ringwald <[email protected]>

mesh: emit pb-adv link open failed if device does not responds


# 2e9a36a1 22-Apr-2020 Matthias Ringwald <[email protected]>

mesh: ignore pb link close if link is already closed


# 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


# 480ff3cb 12-Sep-2019 Matthias Ringwald <[email protected]>

mesh: fix compile without ENABLE_MESH_PROVISIONER


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

mesh: rename pb_type_t to mesh_pb_type_t, fixes #249


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

mesh: validate size of pb-adv pdus


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

mesh: add reason to MESH_SUBEVENT_PB_TRANSPORT_LINK_CLOSED


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

mesh: fix unused, shadowing, signed compares


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

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


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

mesh: pb_adv gets device uuid from mesh_node


# 4662af4a 27-Jun-2019 Matthias Ringwald <[email protected]>

mesh: streamline adv + gatt baerer api: network pdu, provisioning pdu, beacon


# 77ba3d3f 26-Jun-2019 Matthias Ringwald <[email protected]>

mesh: move src/ble/mesh to src/mesh