Android and Bluetooth – in korean

Thanks to Jun Chun, my tutorial about developing Android applications with Bluetooth functionalities has been translated in korean. The five articles are available in two blog posts on Jon’s website, ArsViator: http://arsviator.blogspot.kr/2014/06/bluetooth-programming-in-android-12.html http://arsviator.blogspot.kr/2014/06/bluetooth-programming-in-android-22.html

Android and Bluetooth (4)

In this tutorial, you’ll learn at last how to connect to a Bluetooth device and how to send data to it… Profiles and UUID The Bluetooth standard defines some profiles, i.e. functionalities that Bluetooth devices offer. To simplify, Bluetooth profiles correspond to “what” a device can do; for example, a Bluetooth headset implements for sure the HSP (Headset Service Profile)…

Android and Bluetooth (3)

Here’s a new post in my course about developing Android apps with Bluetooth functionalities. In this tutorial I’m going to show you how to detect a state change of the Bluetooth module. Android is a multitasking operating system: while our application is running, the user or a different application may change the state of the Bluetooth module,…