Lines Matching refs:will
25 :kconfig:option:`CONFIG_MCUMGR_MGMT_NOTIFICATION_HOOKS` which will compile the
26 registration and notification system into the code. This will not provide any
66 event, which will be called after a MCUmgr command has been processed and
82 As an example, the following registration is allowed, which will register for 3
93 The following code is not allowed, and will cause undefined operation, because
135 by a handler will be returned to the MCUmgr client.
169 * (which will have failed set to true)
189 :c:enumerator:`MGMT_EVT_OP_FS_MGMT_FILE_ACCESS` event, which will be called
281 or earlier, then it will need to be migrated to the new system. To migrate
282 code, the following callback registration functions will need to be migrated
284 :kconfig:option:`CONFIG_MCUMGR_MGMT_NOTIFICATION_HOOKS` will need to be set to
297 :c:enumerator:`MGMT_ERR_EOK` will allow the action, any other return code
298 will disallow it and return that code to the client
315 returned, :c:enumerator:`MGMT_ERR_EOK` will allow the action, any other
316 return code will disallow it and return that code to the client
323 returned, :c:enumerator:`MGMT_ERR_EOK` will allow the action, any other
324 return code will disallow it and return that code to the client