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:
parent
5f43388308
commit
2d2ce4e78d
1 changed files with 6 additions and 0 deletions
|
@ -107,6 +107,12 @@ Bluetooth Crypto
|
|||
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
|
||||
****************
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue