What is the right way to connect to multiple peripherals and reconnect in when they are disconnecting?
I am aiming connecting to multiple PolartH7 using GATT profile and starting with this sample: https://github.com/cfreeman/WeatherMachine2-hrm
Situation is that peripherals are disconnecting either every 60 seconds or because they are getting out of range and I am unsure what is the right why to handle functions onDiscovered, onConnected and onDisconnected in above case. Anybody can help or address me to sample code (even if it is not golang)?
BTW, what is the maximum number of PolarH7 I can connect to?