登录 注册
当前位置:主页 > 资源下载 > 9 > Android低功耗蓝牙便捷操作框架的代码

Android低功耗蓝牙便捷操作框架的代码

  • 更新:2024-08-07 12:38:14
  • 大小:199KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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