Skip to content

Commit 2d2ce4e

Browse files
rlubosdleach02
authored andcommitted
doc: migration-guide-4.0: Add entry about CoAP block API change
Add entry about the coap_get_block1_option() and coap_get_block2_option() API change. Signed-off-by: Robert Lubos <[email protected]>
1 parent 5f43388 commit 2d2ce4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ Bluetooth Crypto
107107
Networking
108108
**********
109109

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+
110116
Other Subsystems
111117
****************
112118

0 commit comments

Comments
 (0)