I'm starting to get things moved over to Peer Manager in SDK11 and when I call pm_conn_secure I get NRF_ERROR_NO_MEM. When reading the manual it states that this error means:
"NRF_ERROR_NO_MEM If there is no more space in flash."
flash? Doesn't the bond information go into the fsd file system on fstorage? Is there some config that needs to happen to make things fit?
I have 11 custom UUIDs discovered from the custom service on my peripheral role radio code when I make the call. Is there some limit on the amount of data that can be cached? Im running on a NRF511422XXAC device.