hi, i am using pca10040 devkit as multi-link central device to connect with 8 nos thingy52. i am using sdk14.2.0 multi-link central example with soft device S132v5.0, i have modified multi-link central code to discover and initialize 5 thingy service 1-config service,2-weather service,3-user interface service,4-motion service,5-battery service and used uart to see outputs. basically i added all 5 db discovery functions to db_discovery_handler and in last battery service discovery handle i started to read read/write data such as thingy connection timeout,battery level,thingy name, and f.w. ver. and and after that i started to enable notification. while testing my code if i turn on all thingy one at a time it will work fine and all thingy's notification enabled. but when i reset my central device and when all thingy are available to connect my central device my central starts reading data from first connected thingy and during that new thingy gets connected and repeted till last thingy conneced and only last few nodes gets notification enabled.
please suggest me any solution how to fix if my device gets restart and all thingys are avilabe to connect.