登录 注册
当前位置:主页 > 资源下载 > 9 > Android Bluetooth Simulator代码

Android Bluetooth Simulator代码

  • 更新:2024-08-30 13:51:26
  • 大小:264KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Android Bluetooth Simulator What is it It's a tcp-based implementation of part of the android bluetooth API. As for now, you can communicate between different emulators using the RFComm protocol, you can start a discovery phase and enable/disable the bluetooth. What you need to do in order to use the simulator instead of the android API, is to change the import from android.bluetooth to dk.itu.android.bluetooth (and also add the INTERNET permission in the android manifest file). There is a sligh