Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : Broadcast Signal #685

Open
bootexe opened this issue Sep 4, 2024 · 3 comments
Open

feat : Broadcast Signal #685

bootexe opened this issue Sep 4, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@bootexe
Copy link

bootexe commented Sep 4, 2024

Is your feature request related to a problem? Please describe.
I would like to build a chat app in bluetooth but its seems I can't broadcast a signal that can be identified by the same app on other phones
Describe the solution you'd like
Two method one to broadcast a signal and and other to receive a broadcast signal with a callback as parameter (or event) the callback will need to identify the correct signal and this would need to be build by the developper
im not a expert but I think those two won't be possible in web so iam only expecting this in iOS and Android

Describe alternatives you've considered
I've search the documentation of every other plugin and it doesn't seems to be possible , im alone to build this app so cant build it in Java and Swift to access this feature in a native way

Additional context
no additional context

@bootexe bootexe added the enhancement New feature or request label Sep 4, 2024
@peitschie
Copy link

Hi @bootexe

What you're asking for requires both a BLE central implementation (which this plugin can help with) and a BLE peripheral implementation, which will need a different plugin to support:

But... it's still a lot of work after those two pieces are in play.

Fundamentally, the feature you're asking for here is far too large to fit into this type of plugin.

@bootexe
Copy link
Author

bootexe commented Sep 5, 2024

Hi ! thanks for your response
its leading me somewhere where I can pursue my research to build this app
thanks again !

@Petar-Pankov
Copy link

@bootexe did you find any solution? I am looking for something similar for iOS. I just need to broadcast and ID from device 'A', and device 'B' to see this ID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants