Does Bleak support initiating advertising packets #1767
Answered
by
dlech
peterhillyard
asked this question in
Q&A
-
|
I am not certain about Bleak support for advertising. Combing through the repo, I'm seeing that bleak is targeted towards creating and managing connections. Does it have an API to send out advertisements? |
Beta Was this translation helpful? Give feedback.
Answered by
dlech
May 19, 2025
Replies: 1 comment
-
|
Bleak is only observer/central. So it only receives advertisements, not sends them. Maybe https://github.com/kevincar/bless will work? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
peterhillyard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bleak is only observer/central. So it only receives advertisements, not sends them.
Maybe https://github.com/kevincar/bless will work?