Android BLE开发之Android手机与BLE终端通信 程序文件

时间:2022-03-04 03:36:08
【文件属性】:
文件名称:Android BLE开发之Android手机与BLE终端通信 程序文件
文件大小:210KB
文件格式:ZIP
更新时间:2022-03-04 03:36:08
android bluetooth ble 最近穿戴设备发展得很火,把相关技术也带旺了,其中一项是BLE(Bluetooth Low Energy)。BLE是蓝牙4.0的核心Profile,主打功能是快速搜索,快速连接,超低功耗保持连接和传输数据,弱点是数据传输速率低,由于BLE的低功耗特点,因此普遍用于穿戴设备。Android 4.3才开始支持BLE API,所以请各位客官把本文代码运行在蓝牙4.0和Android 4.3及其以上的系统,另外本文所用的BLE终端是一个蓝牙4.0的串口蓝牙模块。 PS:我的i9100刷了4.4系统后,竟然也能跟BLE蓝牙模块通信。
【文件预览】:
BluetoothLeGatt
----.project(851B)
----project.properties(448B)
----lint.xml(53B)
----src()
--------com()
----AndroidManifest.xml(2KB)
----res()
--------drawable-hdpi()
--------menu()
--------drawable-mdpi()
--------layout()
--------drawable-xxhdpi()
--------drawable-xhdpi()
--------values()
----.settings()
--------org.eclipse.jdt.core.prefs(177B)
----gen()
--------com()
----.classpath(491B)
----proguard-project.txt(781B)
----ic_launcher-web.png(36KB)
----bin()
--------resources.ap_(29KB)
--------classes()
--------AndroidManifest.xml(2KB)
--------res()
--------classes.dex(22KB)
--------BluetoothLeGatt.apk(41KB)

网友评论