capawesome-team / capacitor-plugins

⚡️ Community plugins for Capacitor. Supports Android, iOS and the Web.
https://capawesome.io/plugins/
239 stars 41 forks source link

feat(bluetooth-low-energy): App discover or broadcast message #285

Open bootexe opened 2 months ago

bootexe commented 2 months ago

Plugin(s)

Current problem

Hello I would like to build a simple chat app via Bluetooth and it seems that I cant do that with your Capacitor plugin

Iam not an expert in Bluetooth but its seems i need to add a service or broadcast a signal that capacitors app could identify (with their own implementation of observer)

Preferred solution

It is possible to have a method to broadcast a signal to everyone and a method to add a callback to process those broadcasted messages

Alternative options

Iam currently blocked because since iam alone I can’t start the development of my app from scratch in Java and Swift at the same time

Additional context

I don’t know how that would look

Before submitting

robingenz commented 2 months ago

Thank you for your feature request. This is indeed not yet possible. I will take a look at it.

bootexe commented 2 months ago

thank you for looking into this 🙏

robingenz commented 3 weeks ago

Hi @bootexe, sorry for only getting back to you now. I would have a look at your issue this week. But I wanted to ask if it is still up to date, as I would need your help with testing.