0

I'm using google's NearBy API to enable communication between android devices using BLE. I was followed these steps. Also used these samples.

Those samples are working well but the problem here is WiFi(staying in same network) connection is mandatory. But My intention is communication should be possible only using BLE(bluetooth). Let me know if any libraries which simplifies the BLE and Beacons usage. Thanks in advance.

shobhan
  • 1,460
  • 2
  • 14
  • 28
  • provide some description why you down voted . Let me know What I missed. – shobhan May 30 '16 at 11:10
  • I think this is a valid question, and don't deserved a -1. I myself was initially I was not sure about this topic as well. I upvote your question – Elye May 30 '16 at 11:31

1 Answers1

0

Check out https://developers.google.com/nearby/, there are at least 2 types of nearby now.

  1. The Nearby Connection feature will required Local Network.
  2. The Nearby Messages can work across network, as long as both are connected to the internet. Check https://www.youtube.com/watch?time_continue=92&v=hultDpBS22s and https://developers.google.com/nearby/messages/overview
Elye
  • 53,639
  • 54
  • 212
  • 474