文件名称:BluetoothLeGatt
-
所属分类:
- 标签属性:
- 上传时间:2016-06-23
-
文件大小:232.74kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
最近穿戴设备发展得很火,把相关技术也带旺了,其中一项是BLE(Bluetooth Low Energy)。BLE是蓝牙4.0的核心Profile,主打功能是快速搜索,快速连接,超低功耗保持连接和传输数据,弱点是数据传输速率低,由于BLE的低功耗特点,因此普遍用于穿戴设备。Android 4.3才开始支持BLE API,所以请各位客官把本文代码运行在蓝牙4.0和Android 4.3及其以上的系统,另外本文所用的BLE终端是一个蓝牙4.0的串口蓝牙模块。-The recent development of wearable devices was the fire, the related technology also registered, one of which is BLE (Bluetooth Low Energy). Ble is Bluetooth 4.0 core profile, the main function is fast search, fast connection, ultra low power to keep the connection and data transmission, the weakness is low data transmission rate, due to the characteristics of low power consumption ble. It is widely used in wearable devices. Android 4.3 began to support ble API, so please you Keguan to the code running in Bluetooth 4.0 and Android 4.3 and above the system and also the ble terminal is a Bluetooth 4.0 Bluetooth module.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BluetoothLeGatt/
BluetoothLeGatt/.classpath
BluetoothLeGatt/.project
BluetoothLeGatt/.settings/
BluetoothLeGatt/.settings/org.eclipse.core.resources.prefs
BluetoothLeGatt/.settings/org.eclipse.jdt.core.prefs
BluetoothLeGatt/AndroidManifest.xml
BluetoothLeGatt/assets/
BluetoothLeGatt/bin/
BluetoothLeGatt/bin/AndroidManifest.xml
BluetoothLeGatt/bin/BluetoothLeGatt.apk
BluetoothLeGatt/bin/classes/
BluetoothLeGatt/bin/classes/com/
BluetoothLeGatt/bin/classes/com/example/
BluetoothLeGatt/bin/classes/com/example/bluetooth/
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$1.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$OnConnectListener.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$OnDataAvailableListener.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$OnDisconnectListener.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$OnServiceDiscoverListener.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BuildConfig.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$1.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$2.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$3$1.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$3.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$4.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$5.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/LeDeviceListAdapter$ViewHolder.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/LeDeviceListAdapter.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$attr.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$drawable.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$id.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$layout.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$menu.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$string.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/Utils.class
BluetoothLeGatt/bin/classes.dex
BluetoothLeGatt/bin/dexedLibs/
BluetoothLeGatt/bin/res/
BluetoothLeGatt/bin/res/crunch/
BluetoothLeGatt/bin/res/crunch/drawable-hdpi/
BluetoothLeGatt/bin/res/crunch/drawable-hdpi/ic_launcher.png
BluetoothLeGatt/bin/res/crunch/drawable-mdpi/
BluetoothLeGatt/bin/res/crunch/drawable-mdpi/ic_launcher.png
BluetoothLeGatt/bin/res/crunch/drawable-xhdpi/
BluetoothLeGatt/bin/res/crunch/drawable-xhdpi/ic_launcher.png
BluetoothLeGatt/bin/res/crunch/drawable-xxhdpi/
BluetoothLeGatt/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
BluetoothLeGatt/bin/res/drawable-hdpi/
BluetoothLeGatt/bin/res/drawable-hdpi/ic_launcher.png
BluetoothLeGatt/bin/res/drawable-mdpi/
BluetoothLeGatt/bin/res/drawable-mdpi/ic_launcher.png
BluetoothLeGatt/bin/res/drawable-xhdpi/
BluetoothLeGatt/bin/res/drawable-xhdpi/ic_launcher.png
BluetoothLeGatt/bin/res/drawable-xxhdpi/
BluetoothLeGatt/bin/res/drawable-xxhdpi/ic_launcher.png
BluetoothLeGatt/bin/resources.ap_
BluetoothLeGatt/gen/
BluetoothLeGatt/gen/com/
BluetoothLeGatt/gen/com/example/
BluetoothLeGatt/gen/com/example/bluetooth/
BluetoothLeGatt/gen/com/example/bluetooth/le/
BluetoothLeGatt/gen/com/example/bluetooth/le/BuildConfig.java
BluetoothLeGatt/gen/com/example/bluetooth/le/R.java
BluetoothLeGatt/ic_launcher-web.png
BluetoothLeGatt/lint.xml
BluetoothLeGatt/proguard-project.txt
BluetoothLeGatt/project.properties
BluetoothLeGatt/res/
BluetoothLeGatt/res/drawable-hdpi/
BluetoothLeGatt/res/drawable-hdpi/ic_launcher.png
BluetoothLeGatt/res/drawable-ldpi/
BluetoothLeGatt/res/drawable-mdpi/
BluetoothLeGatt/res/drawable-mdpi/ic_launcher.png
BluetoothLeGatt/res/drawable-xhdpi/
BluetoothLeGatt/res/drawable-xhdpi/ic_launcher.png
BluetoothLeGatt/res/drawable-xxhdpi/
BluetoothLeGatt/res/drawable-xxhdpi/ic_launcher.png
BluetoothLeGatt/res/layout/
BluetoothLeGatt/res/layout/actionbar_indeterminate_progress.xml
BluetoothLeGatt/res/layout/gatt_services_characteristics.xml
BluetoothLeGatt/res/layout/listitem_device.xml
BluetoothLeGatt/res/menu/
BluetoothLeGatt/res/menu/gatt_services.xml
BluetoothLeGatt/res/menu/main.xml
BluetoothLeGatt/res/values/
BluetoothLeGatt/res/values/strings.xml
BluetoothLeGatt/src/
BluetoothLeGatt/src/com/
BluetoothLeGatt/src/com/example/
BluetoothLeGatt/src/com/example/bluetooth/
BluetoothLeGatt/src/com/example/bluetooth/le/
BluetoothLeGatt/src/com/example/bluetooth/le/BluetoothLeClass.java
BluetoothLeGatt/src/com/example/bluetooth/le/DeviceScanActivity.java
BluetoothLeGatt/src/com/example/bluetooth/le/LeDeviceListAdapter.java
BluetoothLeGatt/src/com/example/bluetooth/le/Utils.java
BluetoothLeGatt/.classpath
BluetoothLeGatt/.project
BluetoothLeGatt/.settings/
BluetoothLeGatt/.settings/org.eclipse.core.resources.prefs
BluetoothLeGatt/.settings/org.eclipse.jdt.core.prefs
BluetoothLeGatt/AndroidManifest.xml
BluetoothLeGatt/assets/
BluetoothLeGatt/bin/
BluetoothLeGatt/bin/AndroidManifest.xml
BluetoothLeGatt/bin/BluetoothLeGatt.apk
BluetoothLeGatt/bin/classes/
BluetoothLeGatt/bin/classes/com/
BluetoothLeGatt/bin/classes/com/example/
BluetoothLeGatt/bin/classes/com/example/bluetooth/
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$1.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$OnConnectListener.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$OnDataAvailableListener.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$OnDisconnectListener.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass$OnServiceDiscoverListener.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BluetoothLeClass.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/BuildConfig.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$1.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$2.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$3$1.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$3.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$4.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity$5.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/DeviceScanActivity.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/LeDeviceListAdapter$ViewHolder.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/LeDeviceListAdapter.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$attr.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$drawable.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$id.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$layout.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$menu.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R$string.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/R.class
BluetoothLeGatt/bin/classes/com/example/bluetooth/le/Utils.class
BluetoothLeGatt/bin/classes.dex
BluetoothLeGatt/bin/dexedLibs/
BluetoothLeGatt/bin/res/
BluetoothLeGatt/bin/res/crunch/
BluetoothLeGatt/bin/res/crunch/drawable-hdpi/
BluetoothLeGatt/bin/res/crunch/drawable-hdpi/ic_launcher.png
BluetoothLeGatt/bin/res/crunch/drawable-mdpi/
BluetoothLeGatt/bin/res/crunch/drawable-mdpi/ic_launcher.png
BluetoothLeGatt/bin/res/crunch/drawable-xhdpi/
BluetoothLeGatt/bin/res/crunch/drawable-xhdpi/ic_launcher.png
BluetoothLeGatt/bin/res/crunch/drawable-xxhdpi/
BluetoothLeGatt/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
BluetoothLeGatt/bin/res/drawable-hdpi/
BluetoothLeGatt/bin/res/drawable-hdpi/ic_launcher.png
BluetoothLeGatt/bin/res/drawable-mdpi/
BluetoothLeGatt/bin/res/drawable-mdpi/ic_launcher.png
BluetoothLeGatt/bin/res/drawable-xhdpi/
BluetoothLeGatt/bin/res/drawable-xhdpi/ic_launcher.png
BluetoothLeGatt/bin/res/drawable-xxhdpi/
BluetoothLeGatt/bin/res/drawable-xxhdpi/ic_launcher.png
BluetoothLeGatt/bin/resources.ap_
BluetoothLeGatt/gen/
BluetoothLeGatt/gen/com/
BluetoothLeGatt/gen/com/example/
BluetoothLeGatt/gen/com/example/bluetooth/
BluetoothLeGatt/gen/com/example/bluetooth/le/
BluetoothLeGatt/gen/com/example/bluetooth/le/BuildConfig.java
BluetoothLeGatt/gen/com/example/bluetooth/le/R.java
BluetoothLeGatt/ic_launcher-web.png
BluetoothLeGatt/lint.xml
BluetoothLeGatt/proguard-project.txt
BluetoothLeGatt/project.properties
BluetoothLeGatt/res/
BluetoothLeGatt/res/drawable-hdpi/
BluetoothLeGatt/res/drawable-hdpi/ic_launcher.png
BluetoothLeGatt/res/drawable-ldpi/
BluetoothLeGatt/res/drawable-mdpi/
BluetoothLeGatt/res/drawable-mdpi/ic_launcher.png
BluetoothLeGatt/res/drawable-xhdpi/
BluetoothLeGatt/res/drawable-xhdpi/ic_launcher.png
BluetoothLeGatt/res/drawable-xxhdpi/
BluetoothLeGatt/res/drawable-xxhdpi/ic_launcher.png
BluetoothLeGatt/res/layout/
BluetoothLeGatt/res/layout/actionbar_indeterminate_progress.xml
BluetoothLeGatt/res/layout/gatt_services_characteristics.xml
BluetoothLeGatt/res/layout/listitem_device.xml
BluetoothLeGatt/res/menu/
BluetoothLeGatt/res/menu/gatt_services.xml
BluetoothLeGatt/res/menu/main.xml
BluetoothLeGatt/res/values/
BluetoothLeGatt/res/values/strings.xml
BluetoothLeGatt/src/
BluetoothLeGatt/src/com/
BluetoothLeGatt/src/com/example/
BluetoothLeGatt/src/com/example/bluetooth/
BluetoothLeGatt/src/com/example/bluetooth/le/
BluetoothLeGatt/src/com/example/bluetooth/le/BluetoothLeClass.java
BluetoothLeGatt/src/com/example/bluetooth/le/DeviceScanActivity.java
BluetoothLeGatt/src/com/example/bluetooth/le/LeDeviceListAdapter.java
BluetoothLeGatt/src/com/example/bluetooth/le/Utils.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.