Greetings,
I'm using 3 NRF52832 boards, s132 and SDK 14.2.0. I'm interested in connecting two hrs peripherals to a single hrs central, but have found some posts that say that the peer manager will have conflict with two connections.
Should I implement hrs_c over the Multilink example or is it actually possible to connect the hrs_c to two peripherals? If so, is there anything else I need to know aside from changing NRF_SDH_BLE_CENTRAL_LINK_COUNT to 2?
Thank you in advance for your time.