MrZMN / OOBKey-BLE-MAG

How to Advertise Android as a Bluetooth LE Peripheral

Home Page:http://code.tutsplus.com/tutorials/how-to-advertise-android-as-a-bluetooth-le-peripheral--cms-25426

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Envato Tuts+ Tutorial: How to Advertise Android as a Bluetooth LE Peripheral

Instructor: Paul Trebilcox-Ruiz

Although a relatively new technology, Bluetooth Low Energy (LE) has already proven itself to be a versatile and useful communication medium. While it can be used for connecting devices to each other wirelessly, it also enables devices to act as beacons and broadcast data. In this tutorial, you will learn about the BluetoothLeAdvertiser class, which enables developers to turn a supported phone into a Bluetooth LE beacon without the need for additional hardware. You will also learn how to scan for Bluetooth LE advertisement data so that you can react appropriately within your own applications.

Source files for the Envato Tuts+ tutorial: How to Advertise Android as a Bluetooth LE Peripheral

Read this tutorial on Envato Tuts+.

About

How to Advertise Android as a Bluetooth LE Peripheral

http://code.tutsplus.com/tutorials/how-to-advertise-android-as-a-bluetooth-le-peripheral--cms-25426

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 100.0%