Hi Prasad,

On Mon, Feb 11, 2019 at 07:10:30PM +0530, prasad wrote:
> Hi all,
> 
> Are there any pointers/documentation for storing NIMBLE bond information 
> in NVS memory?

By NVS, do you mean non-volatile storage (e.g., flash)?  I believe the
`@apache-mynewt-nimble/nimble/host/store/config` package is what you
want.  This package stores bonding records to flash using the
`sys/config` package.  Typically, `sys/config` is implemented using a
flash circular buffer (FCB).

The `bleprph` sample app uses the config store, so you might look there
for a source of inspiration.

Chris

Reply via email to