Hey @fanoush,
thank you for your response.
After some more digging into the documentation I found what needs to be done. Apparently we have to set:
According to the documentation:
from here : https://bluekitchen-gmbh.com/btstack/#p ... -discovery
thank you for your response.
After some more digging into the documentation I found what needs to be done. Apparently we have to set:
Code:
hci_send_cmd(&hci_le_set_advertise_enable, 1);
from here : https://bluekitchen-gmbh.com/btstack/#p ... -discovery
By default, a Bluetooth device stops sending Advertisements when it gets into the Connected state. However, it does not start broadcasting advertisements on disconnect again. To re-enable it, please send the hci_le_set_advertise_enable again.
Statistics: Posted by rvt — Sat Dec 28, 2024 9:48 pm