react-nativemobilebluetoothmessage

Send text message via Bluetooth to another device without connecting


Is it possible to send via Bluetooth text messages and receive from multiple devices WITHOUT having to connect to any of them?

I am mostly working with React Native. However, if you have any idea how to do it via other frameworks, please let me know!


Solution

  • Try downloading bridgefy and perhaps include their API to your code. Go through their documentation. Goodluck.