doc: release: 3.5: Add note on MGMT_EVT_OP_CMD_RECV

Adds a note that this MCUmgr notification hook can now be used
to reject commands and send an error back to the client.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-06-19 12:30:13 +01:00 committed by Carles Cufí
parent 6877ad413f
commit eff9f731b1

View file

@ -232,6 +232,11 @@ Devicetree
Libraries / Subsystems
**********************
* Management
* Added response checking to MCUmgr's :c:enumerator:`MGMT_EVT_OP_CMD_RECV`
notification callback to allow applications to reject MCUmgr commands.
HALs
****