History log of /btstack/src/mesh/mesh_upper_transport.c (Results 1 – 25 of 117)
Revision Date Author Comments
# 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


# 2f7137db 08-Dec-2020 Matthias Ringwald <[email protected]>

mesh: annotate incorrect cpp nullpointer warning


# ffdafca3 21-Sep-2020 Matthias Ringwald <[email protected]>

mesh: add missing break in upper transport


# d05f4737 21-Aug-2020 Matthias Ringwald <[email protected]>

mesh: free buffers in unit test


# f58c0c23 10-Aug-2020 Matthias Ringwald <[email protected]>

mesh: fix compile warning when compiling without btstack assert


# 653d386b 10-Aug-2020 Matthias Ringwald <[email protected]>

mesh: fix warnings / corner cases


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

mesh: fix compile warnings


# 37b8d444 15-May-2020 Matthias Ringwald <[email protected]>

mesh: fix handling of segmented control message


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

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


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

mesh: improve mesh_upper_transport_find_pdu_for_lower


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

mesh: trigger mesh upper transport run if outgoing pdus could not be processed due to missing network pdus


# 37225d6f 06-Apr-2020 Matthias Ringwald <[email protected]>

mesh: upper transport skips over pdus for which an segmented outgoing pdu is already active


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

mesh: implement mesh_upper_transport_request_to_send


# 643aa44b 06-Apr-2020 Matthias Ringwald <[email protected]>

mesh: add mesh_upper_transport_schedule_send_requests and mesh_upper_transport_send_requests_pending


# 5efae9f3 03-Apr-2020 Matthias Ringwald <[email protected]>

mesh: wait until message builder is ready before delivering access pdu to access layer


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

mesh: implement mesh_upper_transport_message_reserve


# 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


# 96a83bdb 03-Apr-2020 Matthias Ringwald <[email protected]>

mesh: add missing parentheses, track upper transport pdu len


# 16f259db 01-Apr-2020 Matthias Ringwald <[email protected]>

mesh: remove dead code


# 8661c58f 01-Apr-2020 Matthias Ringwald <[email protected]>

mesh: remove transmic_len from mesh_access_pdu_t


# ce3f9fef 01-Apr-2020 Matthias Ringwald <[email protected]>

mesh: use MESH_TRANSPORT_FLAG_TRANSMIC_64 to store transmic_len in mesh_upper_transport_pdu


# b30b4f6e 01-Apr-2020 Matthias Ringwald <[email protected]>

mesh: use MESH_TRANSPORT_FLAG_TRANSMIC_64 to store transmic_len in mesh_segmented_pdu


# 79eb95b0 31-Mar-2020 Matthias Ringwald <[email protected]>

mesh: sort lower transport, mesh_messge_pdu_get -> mesh_segmented_pdu_get, use bool for flags


12345