We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f43388 commit 2d2ce4eCopy full SHA for 2d2ce4e
doc/releases/migration-guide-4.0.rst
@@ -107,6 +107,12 @@ Bluetooth Crypto
107
Networking
108
**********
109
110
+* The CoAP public API functions :c:func:`coap_get_block1_option` and
111
+ :c:func:`coap_get_block2_option` have changed. The ``block_number`` pointer
112
+ type has changed from ``uint8_t *`` to ``uint32_t *``. Additionally,
113
+ :c:func:`coap_get_block2_option` now accepts an additional ``bool *has_more``
114
+ parameter, to store the value of the more flag. (:github:`76052`)
115
+
116
Other Subsystems
117
****************
118
0 commit comments