Recently, with the popularity of smart wearable equipment, intelligent medical care and intelligent home, Bluetooth development is very important in moving. Because of the company's needs, we studied the Bluetooth 4.0 application in Android.
Here are some of my summaries.
1. Let me introduce some of the nouns in Bluetooth
devices require running standard Bluetooth and Bluetooth low-power tasks, the dual-mode chip is not optimized for ULP operations as high as a single-mode chip.Single-mode chips can be used for a very long time (months or even years) with one-button batteries (e.g. 3V, 220mAh CR2032).In contrast, standard Bluetooth technology (and
Bluetooth technology in the smart hardware has a lot to play, today I will share with you the Bluetooth in the Android system of the use of techniques, and to achieve the two data transmission between terminals.
Bluetooth is a short-range wireless communication technology standard,
The Bluetooth device is not found
: Mobile phone need to turn on the Bluetooth switch, and the Bluetooth set to visible mode, other devices can be found.
Bluetooth not turned on
: Use Bluetooth transmission function, need to turn on the mobile phone
Android Bluetooth 4.0 Development1. Permissions and related attributes"android:required=" true "means that the APK is only running on a system with Bluetooth_le properties, and this 4.3 before the Android system2, the program to open the mother to operate Bluetooth before the first to determine whether BLE supportif (!
There are a lot of tutorials on using WiFi to connect Android devices to debug apps, but you need Bluetooth to communicate with your project, so it involves using Bluetooth to call ADB.1. Pairing your computer's Bluetooth with your phone (Control Panel, device and printer, a
Android bluetooth introduction (iv): a2dp connect process analysis, androida2dp
Key words: Bluetooth blueZ A2DP, SINK, sink_connect, sink_disconnect, sink_suspend, sink_resume,Sink_is_connected, sink_get_properties, AUDIO, AUDIOVersion: Based on bluez, Which is earlier than AndroidKernel:Linux/linux3.08System:Android/android4.1.3.4Author: xubin341719 (You are wel
Reprinted A Piece Of http://blog.csdn.net/dyufei Article I, Android Bluetooth status quo
(1) The core Bluetooth version supported by android2.2 is Bluetooth 2.0 + EDR.
(2) Android Bluetooth uses the bluez protocol stack, but only
From Android 4.2, the Bluetooth Stack has undergone a major change: From bluez to bluedroid jointly developed by Google and Broadcom (of course, the core part is still Broadcom, google is mainly engaged in the upper-layer framework ). You can use http://source.android.com/devices/javasth.htmlto obtain a new BluetoothStack architecture. In general, there are few relevant documents, mainly by reading the code
This example is based on the Android demoFor the general software developers, Bluetooth is rarely used, especially Android Bluetooth development, domestic examples rarely Android for Bluetooth development from the 2.0 version of t
Keywords: bluedroid initnative enablenative btif_task btu_taskbt_hc_work_thread set_power preload GKIxubin341719 (Welcome reprint, please specify the author, please respect copyright, thank you!) )Welcome to correct mistakes, common learning, common progress!!first, the Bluetooth open process overview, as shown in: Init, enableAnd the general function calls the same, Android upper layer through App-->native
Keywords: bluedroid initnative enablenative btif_task btu_taskbt_hc_work_thread set_power preload GKIxubin341719 (Welcome reprint.) Please specify the author, please respect the copyright. Thank you. )Welcome to correct mistakes, common learning, common progress!!first, the Bluetooth open process overview, for example, as seen in: init, enableSame as the normal function call. Android upper layer via App-->n
device collection that gets the return value through Bluetoothadapter.getbondeddevices () to get the device.Method1) Createrfcommsockettoservicerecord (uuiduuid) creates and returns a bluetoothsocket based on the UUIDThis approach is also the purpose of our acquisition of Bluetoothdevice-creating Bluetoothsocket2) getaddress () with Bluetoothadapter3) GetName () with Bluetoothadapter3.BluetoothserversocketDescribeA Bluetooth listening port. The
In the previous article to introduce the Android Bluetooth Bluetooth technology experience related content, interested friends can click to learn more details.
One: The communication between Bluetooth devices mainly includes four steps
Setting up a Bluetooth deviceLook for
Android Bluetooth how to (Based on Android L bluedroid)Continuous update ...1. How to enable Btsnoop log?A) UI settings-->b) Developer options-->c) Reboot Tablet, then snoop Log would locate In/sdcard/btsnoop_hci.log (this path can be configured In/etc/bluetooth/bt_ stack.conf)2. IF Developer Options Default not enable
Bluetooth for AndroidI. Bluetooth package Introduction
The Android platform provides an android. bluetooth package that enables communication between bluetooth devices. There are a total of 8 classes, and the four frequently used
In view of the few Android Bluetooth development examples in China, and Bluetooth development is also rarely used, the materials found are not comprehensive.
Android supports Bluetooth development only from SDK 2.0, and simulators are not supported. Testing requires at least
. open detection, allowing peripheral devices to detect# Hciconfig Hcix Piscan2. Connect bluetooth# hcitool CC a0:e9:db:26:36:983. Pairing# Hcitool Auth a0:e9:db:26:36:98 summary: The principle is to disable bluedroid, enable BlueZ then you can use Bluz-based hciconfig/ Hcitool and so on debugging tools to do a simple test. Try these tools for late pairing exper
Basics:
This document describes how to use Android Bluetooth APIs to complete four main tasks of data exchange: Creating Bluetooth, finding available Bluetooth devices or matching Bluetooth devices in the local area, connecting devices, and transmitting data.
All
I wanted to write this article long ago and I have forgotten it. Before the beginning of the development of Android to engage in Bluetooth development, good head big! Studied for half a month to get it done. Now self-organized Bluetooth development framework, this framework is relatively simple, but hope to help Bluetooth
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.