Is it possible replace HRS to UART service (like ble_app_uart) on BLE LE Secure Connections multirole example project?
Any suggestion to easy to modify it?
Is it possible replace HRS to UART service (like ble_app_uart) on BLE LE Secure Connections multirole example project?
Any suggestion to easy to modify it?
Hi.
Have you looked at the ble_app_multirole_lesc example project found in the examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc folder in SDK 15.2?
If you want to replace HRS with UART service you can just take the from the ble_app_uart example project found in examples\peripheral.
There is a blog post which shows you how to do this here.
Good luck!
- Andreas
Thanks. I will try it.