开发者_开发技巧 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I was thinking about the possibility to use my Android device as a touchpad with usual computers (without the need of special software on the computer\'s side).
I am trying to read data 开发者_运维技巧from a Bluetooth GPS device on Android. I have modified the BluetoothChat sample from the Android SDK to create RFComm socket using reflection.
I wonder if anyone could please help me with a problem I am having. I am rewriting an app I origionaly developed in J2ME using android. The only thing I am having an issue with is bluetooth. The appli
I am writing a multiplayer game for Android phones. Communication is via Bluetooth. I have managed to send bytes from one phone to the other using the input / output stream. Since I need to be able to
I used the following function, gots from Microsoft: public List<Device> DiscoverAllDevices() { List<Device> devices = new List<Device>();
I want to create an application for windows phone 7 that can search for & connect to bluetooth devices. But Compact Framework of WM7 not exposing any API to handle Bluetooth while am also not able
Is there any way to send a file using the android bluetooth API using OBEX? I need to send a file to a printer开发者_运维百科 that supports OBEX OPP only.
This is very frustrating as I\'ve been trying for weeks and not even a clue on the internet. I am working on a project that reads/writes bluetooth serial data on different farming hardware.
I implement an application on iPhone which sharing p开发者_如何学JAVAhoto via bluetooth(Gamekit).