capacitor-plugins icon indicating copy to clipboard operation
capacitor-plugins copied to clipboard

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

Open bootexe opened this issue 5 months ago • 2 comments

Plugin(s)

  • [ ] Android Foreground Service
  • [ ] Android Battery Optimization
  • [ ] App Update
  • [ ] Background Task
  • [ ] Badge
  • [X] Bluetooth Low Energy
  • [ ] Cloudinary
  • [ ] Datetime Picker
  • [ ] File Compressor
  • [ ] File Opener
  • [ ] File Picker
  • [ ] Live Update
  • [ ] Managed Configurations
  • [ ] NFC
  • [ ] Photo Editor
  • [ ] Printer
  • [ ] Screen Orientation
  • [ ] Zip

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

  • [X] I have read and followed the feature request guidelines.
  • [X] I have attached links to possibly related issues and discussions.

bootexe avatar Sep 03 '24 21:09 bootexe