Is there a peer_manager implemented by fstorage?

As the title suggests, I hope to obtain a peer_manager implemented using fstorage.

I am currently developing the nrf52832 using the nrf sdk version 17.

I rely on the peer_manager to achieve pairing and binding.However, peer_manager is based on fds.This means that if I store a certain type of data in the same file_id and record_key, I will need to read the desired data one by one through a traversal process.At certain times, this operation can cause users to experience noticeable delays.

So I hope to use fstorage to manage the data I need, but it seems that fstorage and fds cannot be used simultaneously.

So I was wondering if it's possible to use the peer_manager implemented with fstorage to manage my data using fstorage itself.

Parents Reply Children
No Data
Related