It is possible to run both a BLE peripheral and ANT connection concurrently on the Nordic nRF52382 with the S332 v2.00 stack. However, there are a few things to keep in mind:
The radio resources are shared between the BLE and ANT protocols, so it's important to ensure that both protocols are configured correctly to avoid interference. In particular, make sure that the frequency channels and transmission power levels are optimized for both protocols.
The BLE and ANT connection intervals should be carefully selected to avoid overlap and ensure that there is enough time for each protocol to complete its tasks. In your case, it looks like the BLE connection interval of 24 msec is longer than the ANT channel period of 17 msec, which could be causing some interference.
The antenna design and placement can also have a significant impact on the performance of both protocols. Make sure that the antenna is properly tuned and positioned to maximize signal strength and minimize interference.
foundation repair
In general, it's a good idea to perform thorough testing and optimization of both the BLE and ANT protocols to ensure that they can run concurrently without issues. You may also want to consult the Nordic Semiconductor documentation and support forums for further guidance on optimizing your setup