Hi All;
We are currently working on establishing a connection between the nRF5340 development kit and mobile devices(Samsung/Pixel). I have configured the device as a headset in the buildprog.py
and successfully flashed it onto the device.
Upon successful initialization, I can see the advertising packets (Resolvable); however, when attempting to establish the connection, the process fails, and the device cannot connect. Upon reviewing the air log, it appears that there is no response to the AUX Connection Request.
In contrast, when attempting to establish a connection between two nRF5340 dev kits, we are able to stream successfully. However, when testing with a remote device, we encounter the issue quite frequently—observing a failure in 9 out of 10 iterations.
Could you kindly advise if any changes to the code or configuration are necessary to ensure successful connection establishment every time?