Hello,
I have a MultiRole app designed to work as Central Device to establish up to three connections to different peripherals and also two differents peripherals applications. I managed to have all them working fine but since I need to read the different characteristics on each one I would like to manage them by Connection handle. I've been looking at how the Central manages to assign each peripheral with connection handles and couldn't find a way to specify a connection handle myself (planning to have hardware buttons to start scanning and connecting to each each device/connection handle up to 3 maximum (maximun peripherals that can be connected at any time to my central device). Is there anything I'm missing out in which the multirole example I used as a starting point for my app manages to assing Connection handles? Is there a way to properly do this I want.
If I couldn't explain myself or if you need further information just tell me since I can share code and explain further more.
Best Regards and thanks in advance.