Reputation:
I'd like to send a message from bluetooth to Wifi, is that possible? I have a long gap I need to cover, and WiFi is more suitable for distant transmission. I want to send a message from a bluetooth device to wifi, which will then send the message back to a bluetooth device.
Upvotes: 0
Views: 90
Reputation: 495
No, Bluetooth and WiFi are different standards that cannot be interoperated.
To establish Bluetooth connections in Android you should use the Bluetooth
classes. You can read more about them here.
Android also supports peer-to-peer WiFi connections, a getting started guide on which you can read here.
Upvotes: 1