I am developing a device which will have Nordic's UART service and it also need to be able to bond with the central. I am using SDK 12.0.0 and VisualGDB for my previous projects and I dont really want to migrate to the newer SDK(unless there is any specific advantage that it is providing for my project). I am using nrf51822.
I have tried the UART example in SDK 12.0.0 but I dont think it has peer manager integrated with it. Is there any sample code that has peer manager and UART integrated? If not, then how should I go about with it? Should I take UART example as a base and try to integrate peer manager in it or should I take one of the peer manger examples and integrate UART in it?