Hello All,
We have a unique problem. In our hardware solution, we update the manufacturing data of the advertising data every 10 seconds. Also in case of an IO change, we increase the advertising frequency from 1 second to 125 milliseconds and vice versa.
If changing the interval, we stop advertising, update the interval and then start advertising again.
All this works well, but then advertising stops. The module definitely stops advertising but keeps working normally otherwise. We receive all valid responses from the module indicating things are fine. Hard resetting the module fixes the problem.
Since we can't detect when this state happens, we are periodically resetting the module.
As far our application goes, it is based on the hci_ext_app that comes as part of the sdk.
Is this a know issue? Is there a way to detect this state?
Any help would be appreciated.