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 <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-07-31 13:32:06 +02:00 committed by David Leach
commit 2d2ce4e78d

View file

@ -107,6 +107,12 @@ Bluetooth Crypto
Networking Networking
********** **********
* The CoAP public API functions :c:func:`coap_get_block1_option` and
:c:func:`coap_get_block2_option` have changed. The ``block_number`` pointer
type has changed from ``uint8_t *`` to ``uint32_t *``. Additionally,
:c:func:`coap_get_block2_option` now accepts an additional ``bool *has_more``
parameter, to store the value of the more flag. (:github:`76052`)
Other Subsystems Other Subsystems
**************** ****************