文件名称:Android代码-Android低功耗蓝牙便捷操作框架
文件大小:199KB
文件格式:ZIP
更新时间:2022-08-25 22:46:38
Android代码
LiteBle: Android Bluetooth Framework Extremely simple! Based on callback. Communication with BluetoothLE(BLE) device as easy as HTTP communication. One Device, One connection, One LiteBluetooth Instance. But One connection can has many callback: One LiteBluetooth Instance can add many BluetoothGattCallback. Usage 1. scan device private static int TIME_OUT_SCAN = 10000; liteBluetooth.startLeScan(new PeriodScanCallback(TIME_OUT_SCAN) { @Override public void onScanTimeout() { dialog
【文件预览】:
android-lite-bluetoothLE-master
----LICENSE.txt(11KB)
----library()
--------about-this-ble-framework.txt(280B)
--------src()
--------AndroidManifest.xml(420B)
----README.md(8KB)
----sample()
--------src()
--------AndroidManifest.xml(932B)
--------res()
--------libs()
----.gitignore(461B)
----jars()
--------lite-ble-0.5.0.jar(33KB)
--------lite-ble-0.9.1.jar(38KB)
--------lite-ble-0.9.2.jar(38KB)
--------lite-ble-0.9.0.jar(38KB)