Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 991 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 991 Bytes

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+.