I would like to connect to multiple BLE devices as quickly as possible - but find that I can only issue one GapInit_connect() at a time, and until that connection process is completed, I can not issue the command for the next one. Is this due to the stack function being single threaded ?
Is there an approach around this ? or an update coming to change this scenario ?
Thanks.