CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 其他行业

文件名称:AtechBluetooth

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-08-10
  • 文件大小:
    556.74kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

开发人员进行代码规范,进行团队开发,提高自己的开发能力-it can help coder developmenter improve his leavel
(系统自动生成,下载前可以参看下载内容)

下载文件列表

AtechBluetooth/.classpath
AtechBluetooth/.project
AtechBluetooth/.settings/org.eclipse.core.resources.prefs
AtechBluetooth/.settings/org.eclipse.jdt.core.prefs
AtechBluetooth/AndroidManifest.xml
AtechBluetooth/bin/aidl/android/bluetooth/IBluetooth.aidl
AtechBluetooth/bin/AndroidManifest.xml
AtechBluetooth/bin/classes/android/bluetooth/IBluetooth$Stub$Proxy.class
AtechBluetooth/bin/classes/android/bluetooth/IBluetooth$Stub.class
AtechBluetooth/bin/classes/android/bluetooth/IBluetooth.aidl
AtechBluetooth/bin/classes/android/bluetooth/IBluetooth.class
AtechBluetooth/bin/classes/com/atech/bluetooth/activity/CarFragment.class
AtechBluetooth/bin/classes/com/atech/bluetooth/activity/MainActivity$1.class
AtechBluetooth/bin/classes/com/atech/bluetooth/activity/MainActivity.class
AtechBluetooth/bin/classes/com/atech/bluetooth/activity/SettingActivity.class
AtechBluetooth/bin/classes/com/atech/bluetooth/BluetoothReceiver.class
AtechBluetooth/bin/classes/com/atech/bluetooth/BluetoothUtil.class
AtechBluetooth/bin/classes/com/atech/bluetooth/BuildConfig.class
AtechBluetooth/bin/classes/com/atech/bluetooth/Constants.class
AtechBluetooth/bin/classes/com/atech/bluetooth/exception/CryptoException.class
AtechBluetooth/bin/classes/com/atech/bluetooth/exception/DataParseException.class
AtechBluetooth/bin/classes/com/atech/bluetooth/model/CarInfo.class
AtechBluetooth/bin/classes/com/atech/bluetooth/model/DataPacket.class
AtechBluetooth/bin/classes/com/atech/bluetooth/model/ReceiveDataPacket.class
AtechBluetooth/bin/classes/com/atech/bluetooth/model/SendDataPacket.class
AtechBluetooth/bin/classes/com/atech/bluetooth/parse/DataParser.class
AtechBluetooth/bin/classes/com/atech/bluetooth/parse/DataParserManager.class
AtechBluetooth/bin/classes/com/atech/bluetooth/parse/XmlDataParser.class
AtechBluetooth/bin/classes/com/atech/bluetooth/Preferences.class
AtechBluetooth/bin/classes/com/atech/bluetooth/R$array.class
AtechBluetooth/bin/classes/com/atech/bluetooth/R$attr.class
AtechBluetooth/bin/classes/com/atech/bluetooth/R$dimen.class
AtechBluetooth/bin/classes/com/atech/bluetooth/R$drawable.class
AtechBluetooth/bin/classes/com/atech/bluetooth/R$id.class
AtechBluetooth/bin/classes/com/atech/bluetooth/R$layout.class
AtechBluetooth/bin/classes/com/atech/bluetooth/R$string.class
AtechBluetooth/bin/classes/com/atech/bluetooth/R.class
AtechBluetooth/bin/classes/com/atech/bluetooth/rfcomm/BaseHandler.class
AtechBluetooth/bin/classes/com/atech/bluetooth/rfcomm/ConnAuthHandler.class
AtechBluetooth/bin/classes/com/atech/bluetooth/rfcomm/RfcommInterface.class
AtechBluetooth/bin/classes/com/atech/bluetooth/security/AesCrypto.class
AtechBluetooth/bin/classes/com/atech/bluetooth/security/CryptoService.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/AtechService$LocalBinder.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/AtechService.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/BluetoothClient$1.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/BluetoothClient$ReadThread.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/BluetoothClient.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/HeartbeatServer$1$1.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/HeartbeatServer$1.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/HeartbeatServer.class
AtechBluetooth/bin/classes/com/atech/bluetooth/service/ReConnThread.class
AtechBluetooth/bin/classes/com/atech/bluetooth/util/LogUtil.class
AtechBluetooth/bin/classes/com/atech/bluetooth/util/PacketUtil.class
AtechBluetooth/bin/jarlist.cache
AtechBluetooth/gen/android/bluetooth/IBluetooth.java
AtechBluetooth/gen/com/atech/bluetooth/BuildConfig.java
AtechBluetooth/gen/com/atech/bluetooth/R.java
AtechBluetooth/libs/android-support-v4.jar
AtechBluetooth/proguard-project.txt
AtechBluetooth/project.properties
AtechBluetooth/res/drawable/selector_.xml
AtechBluetooth/res/drawable-hdpi/ic_launcher.png
AtechBluetooth/res/drawable-ldpi/ic_launcher.png
AtechBluetooth/res/drawable-mdpi/ic_launcher.png
AtechBluetooth/res/drawable-xhdpi/ic_launcher.png
AtechBluetooth/res/layout/fragment_car.xml
AtechBluetooth/res/layout/main.xml
AtechBluetooth/res/layout/setting.xml
AtechBluetooth/res/layout/setting_infoshow_item.xml
AtechBluetooth/res/values/arrays.xml
AtechBluetooth/res/values/dimen.xml
AtechBluetooth/res/values/strings.xml
AtechBluetooth/res/values/styles.xml
AtechBluetooth/src/android/bluetooth/IBluetooth.aidl
AtechBluetooth/src/com/atech/bluetooth/activity/CarFragment.java
AtechBluetooth/src/com/atech/bluetooth/activity/MainActivity.java
AtechBluetooth/src/com/atech/bluetooth/activity/SettingActivity.java
AtechBluetooth/src/com/atech/bluetooth/BluetoothReceiver.java
AtechBluetooth/src/com/atech/bluetooth/BluetoothUtil.java
AtechBluetooth/src/com/atech/bluetooth/Constants.java
AtechBluetooth/src/com/atech/bluetooth/exception/CryptoException.java
AtechBluetooth/src/com/atech/bluetooth/exception/DataParseException.java
AtechBluetooth/src/com/atech/bluetooth/model/CarInfo.java
AtechBluetooth/src/com/atech/bluetooth/model/DataPacket.java
AtechBlueto

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com