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

license: update text


# 6b65794d 01-Nov-2021 Milanka Ringwald <[email protected]>

docs: use @return instead of @returns


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

mesh: fix access message builder for 3/4 byte values


# 132f11c0 06-Apr-2020 Matthias Ringwald <[email protected]>

mesh: implement mesh_upper_transport_request_to_send


# 832a0cf5 03-Apr-2020 Matthias Ringwald <[email protected]>

mesh: add API docs for mesh_upper_transport API


# 4802c66d 03-Apr-2020 Matthias Ringwald <[email protected]>

mesh: rework setup and send of upper transport control pdus


# 734bae65 03-Apr-2020 Matthias Ringwald <[email protected]>

mesh: replace mesh_upper_transport_setup_access_pdu with message builder


# ce16a729 30-Mar-2020 Matthias Ringwald <[email protected]>

mesh: store current segment in mesh-upper-transport-builder


# f1219446 30-Mar-2020 Matthias Ringwald <[email protected]>

mesh: introduce mesh_upper_transport_builder


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

mesh: track alloc error in message builder finalize


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

mesh: introduce finalize function for access and upper transport builders


# 2ddfd9e2 27-Mar-2020 Matthias Ringwald <[email protected]>

mesh: remove mesh_access_pdu_t getters


# ba660d42 20-Mar-2020 Matthias Ringwald <[email protected]>

mesh: remove mesh_transport_pdu_t from lower and upper transport


# b1a7ae8f 20-Mar-2020 Matthias Ringwald <[email protected]>

mesh: use mesh_access_pdu_t for outgoing segmented access messages


# 7a0b7488 19-Mar-2020 Matthias Ringwald <[email protected]>

mesh: remove mesh_upper_transport_set_higher_layer_handler, deliver pdu sent via corresponding access/control handlers


# 404d2482 19-Mar-2020 Matthias Ringwald <[email protected]>

mesh: extend callback params for received access and control pdus


# dd729594 20-Aug-2019 Matthias Ringwald <[email protected]>

mesh: use incoming_network_pdu_raw and incoming_network_pdu_decoded in upper transport


# d5f4cd5b 20-Jul-2019 Matthias Ringwald <[email protected]>

mesh: mvoe mesh_transport_pdu_t allocator/free to lower transport


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

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


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

mesh: fix prototypes


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

mesh: only use mesh_node_primary_element_address_get


# b551f24d 08-Jul-2019 Matthias Ringwald <[email protected]>

mesh: add fields for acknowledged access messages, register for transport sent


# b707feff 08-Jul-2019 Matthias Ringwald <[email protected]>

mesh: extract mesh_upper_transport_pdu_free


# 600d8783 08-Jul-2019 Matthias Ringwald <[email protected]>

mesh: mesh_transport_init -> mesh_upper_transport_init


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

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