Hi,
Our Application software running in Micro is communicating with BLE over UART.
So in nutshell, we are using serialization to speak with soft device present on NRF52810.
My understanding is that Peer Manager is preferred a way to handle and persist peer information
Now, I am starting writing peer management. My question is very basic.
Do I need to extent serialization library for Peer Manager APIs. like pm_init() to make a call over in BLE chip or they already supported?