Reputation: 1462
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!
Upvotes: 3
Views: 11888
Reputation: 26
Try downloading bridgefy and perhaps include their API to your code. Go through their documentation. Goodluck.
Upvotes: 3
Reputation: 29
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.
Upvotes: 1