Is there a possibility 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!
Asked
Active
Viewed 6,125 times
2 Answers
2
Try downloading bridgefy and perhaps include their API to your code. Go through their documentation. Goodluck.

prinok
- 26
- 1
-
it seems awesome! One thing, do users have to pair to each other to send messages or does Bridgefy do it for them? – showtime Sep 21 '19 at 23:54
1
I'm sorry but there is no possible way to do this. You can only send text messages via Bluetooth only if the other person's Bluetooth connection is paired with yours. You can type it in .Txt and send it via Bluetooth. However there are other means of transferring text like public network sharing.

Umeh Michael
- 29
- 3