Hi, I am using the heart rate collector example (ble_app_hrs_c in SDK9.0) without any trouble, but I would like to modify it to be able to connect to multiple heart rate sensors simultaneously. So I would like to display the heart rates from up to 8 heart rate peripherals at once.
The ble_app_hrs_c example code says it is limited to a single connection, so I was wondering if there is any fundamental issue with the heart rate example that makes it difficult to expand to multiple simultaneous connections (I see that the ble_app_multilink_central example can handle 8 connections)? Can you provide some tips on what modifications need to be made to the ble_app_hrs_c example code to make it multilink-capable?