Hello,
I am developing a device that will reconnect to an apple iPad if it looses connection and be able to send a couple of bits over ble_UART.
I have tried merging the ble_app_uart with the ble_app_hids_keyboard examples with some success. It seems like there is a lot of extra code in there that I am not sure what it is doing and probably isn't necessary. I am not experienced enough yet to write my own services and characteristics from scratch, although I aspire to learn, time is also a factor.
Is there a simpler example with the peer manager bonding and pairing code already set up that I can use to merge with the ble_uart example?
Thank you.