-
Android Bluetooth Simulator代码
资源介绍
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
- 上一篇: android BlueTooth 简介
- 下一篇: android经典蓝牙