You can install the image from http://www.android-x86.org/ into a virtual machine (for example, VMWare), find out its IP address, connect manually using
adb connect <IP of VM>
And then run your project from Eclipse, setting the “manual” deployment target in your Debug / Run configuration. Bluetooth works on this virtual machine, at least on my Macbook, and he said that it works with several other bluetooth chipsets.
drott source share