#
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
|
#
7bbeb3ad |
| 27-Oct-2020 |
Milanka Ringwald <[email protected]> |
add missing default switch cases
|
#
213a3171 |
| 21-Aug-2020 |
Matthias Ringwald <[email protected]> |
mesh: free pending outgoing pdus
|
#
f58c0c23 |
| 10-Aug-2020 |
Matthias Ringwald <[email protected]> |
mesh: fix compile warning when compiling without btstack assert
|
#
df71a9a4 |
| 08-Aug-2020 |
Matthias Ringwald <[email protected]> |
mesh: fix compile warnings
|
#
7727b2d6 |
| 04-Aug-2020 |
Matthias Ringwald <[email protected]> |
mesh: fix buffer overrun on network pdu setup
|
#
97284145 |
| 13-May-2020 |
Matthias Ringwald <[email protected]> |
mesh: add assert for network pdu len in relay message
|
#
3fa4c16c |
| 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: add mesh_network_notify_on_freed_pdu
|
#
8ec600ff |
| 25-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: use mesh_network_pdu/unsegmented_control for unsegmented control
|
#
a7f44e8d |
| 17-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: convert mesh_transport_t into mesh_message in lower transport before sending
|
#
1aa2a11e |
| 11-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: deliver encrypted proxy message with MESH_NETWORK_PDU_ENCRYPTED and remove callback from mesh_network_t
|
#
6535961a |
| 02-Dec-2019 |
Matthias Ringwald <[email protected]> |
ignore memcpy return value (always returns first parameter)
|
#
2b135138 |
| 24-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: split mesh_network_run per queue, call as long as work is done
|
#
74494532 |
| 23-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: only relay messages if relay is enabled
|
#
689b15f3 |
| 22-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: keep CTL bit when relaying Network PDU
|
#
2d4000d1 |
| 16-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: fix BTSTACK_FILE__ tags
|
#
23789d53 |
| 15-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: improve mesh network debug output
|
#
8b9e0b67 |
| 12-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: dump network outgoing adv pdus if log network
|
#
b7cd54c5 |
| 07-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: add mesh_network_pdu_set_seq
|
#
d4e23df0 |
| 04-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: fix warnings without asserts
|
#
e529392e |
| 04-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: assert valid pdu size in adv_bearer and mesh_network
|
#
29aca185 |
| 18-Sep-2019 |
Matthias Ringwald <[email protected]> |
mesh: minimal network pdu without payload and mic is 9 bytes
|
#
88fa182f |
| 18-Sep-2019 |
Matthias Ringwald <[email protected]> |
mesh: don't free outgoing network pdus in mesh_network (owned by higher layer)
|
#
5127fa8a |
| 06-Sep-2019 |
Matthias Ringwald <[email protected]> |
mesh: use gatt/adv bearer only if enabled
|