Hi support team
I have been modifying the throughput example (nRF5 SDK v17) to connect the receiving unit (AMT client) to more than one device. I am running this on the nRF52840 DK.
The AMT client connects successfully to multiple devices, but as soon as I connect to a new one the amtc_evt_handler on the client side stops triggering on events from any previous connections and only reacts to the most recent connection. The transmitter (AMT server) however still sends data like before and the receiver also seems to recognize that the connection is maintained.
How can I make sure that amtc_evt_handler triggers on all the connections and not only the most recent one? Do I need to do something like instantiating AMTC multiple times on the client/receiving side? Thank you for any input you can give.
Best,
Oskar