BLE (Bluetooth Low Energy ) Blue Messaging System in Android

  • Replies:1
Ranjeet Kumar
  • Forum posts: 15

Aug 31, 2015, 1:56:48 PM via Website

Has anybody here worked on BLE (bluetooth low energy) ? How is it done in android and how it can be implemented? I know this is specific android developer forum , I am very sure that I will get the answers of my query from here. I want to implement BLE. Please suggest, advices, experiences, etc with me for working on BLE messaging system.

Reply
David Michael
  • Forum posts: 27

Feb 3, 2016, 8:11:05 AM via Website

Hi Ranjeet,

Actually BLE powered devices typically assume two roles namely the master and the slave. The peripheral device or the slave transmits information and the central device or the master receives the information. In a typical real life scenario, the BLE beacons are the peripherals, which keep on transmitting data in the form of packets so as to broadcast its presence. While the Smartphone, which acts as a central device, receives the data when it comes in close contact with the beacons and performs the intended action. If you want develop apps please search as contus BLE apps, otherwise developer(dot)bluetooth(dot)org, it can help you

— modified on Feb 3, 2016, 8:14:08 AM

Reply