I want to add peer manager module in ble_app_uart example project. Is there any development guide for this??
I want to add peer manager module in ble_app_uart example project. Is there any development guide for this??
Hi.
You could take a look in our DocLib where you can see the typical usage of the Peer Manager in an application.
Here is also the link to the Peer Manager API.
Best regards,
Andreas
Hi.
You could take a look in our DocLib where you can see the typical usage of the Peer Manager in an application.
Here is also the link to the Peer Manager API.
Best regards,
Andreas
I have added peer manager to ble_app_uart taking reference from ble_app_hid_keyboard example code. I am able to pair to the device but it is not able to create bonding with the device.
Thank you for your support, its working now. i am able to create bond with the device.