Hello, Dialog.
Based on ble_app_all_in_one, I created software that always sends advertise packets.
However, after pairing is completed, advertisement packets will not be sent.
Since we do not operate buttons in this program, we want to forcibly send advertisement packets after pairing is completed, but can we put such processing?
我就会喜欢我f you can teach me how to always send advertise packets.
Device:
Hi sogabe,
There is the chance to implement your scenario, please check the bellow link (How to advertise while connected?):
https://support.dialog-semiconductor.com/guide/faq-da1458x-software-peri...
But it will invokes different consequences in other features(undesigned side effects) for the DA14580, so it's better to use DA14585 which support it. In the case of DA14580 when a connection is established, normally you can't have another event. The way that is suggested above is just a work around scenario.
BR,
STS_DIalog.
thank you for your answer.
In the question there was an inappropriate word.
In the pairing state but disconnected, it is something you want to know how to send advertisements.
Hi,
It's happened every time when the device is disconnected, it will advertises again. Please check the user_app_disconnect() callback function.
BR,
STS_dialog