How to always send advertise packets

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
4 posts / 0 new
Last post
sogabe
Offline
Last seen:3 years 3 months ago
加入:2017-09-19 05:34
How to always send advertise packets

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:
STS_Dialog (not verified)
Hi sogabe,

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.

sogabe
Offline
Last seen:3 years 3 months ago
加入:2017-09-19 05:34
thank you for your answer.

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.

STS_Dialog (not verified)
Hi,

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