You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Marko Kiiskila (JIRA)" <ji...@apache.org> on 2016/06/14 20:57:30 UTC

[jira] [Created] (MYNEWT-320) should be able to query config variables without registering a handler

Marko Kiiskila created MYNEWT-320:
-------------------------------------

             Summary: should be able to query config variables without registering a handler
                 Key: MYNEWT-320
                 URL: https://issues.apache.org/jira/browse/MYNEWT-320
             Project: Mynewt
          Issue Type: Improvement
            Reporter: Marko Kiiskila


In order to figure out what config variable is saved to, you need to have a handler registered, which gets called at config load time.
Expectation is that the user will keep this value around.

We should remove this requirement, so that you can load values on demand. This becomes useful for cases the amount of stored data is large (e.g. bluetooth LTK), and where it's used only for a short period of time.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)