Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5103

SDK • Re: BLE with multiple connections

$
0
0
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:

Code:

hci_send_cmd(&hci_le_set_advertise_enable, 1);
According to the documentation:
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



Viewing all articles
Browse latest Browse all 5103

Trending Articles