I am developing a Bluetooth application based on the Bluetooth Chat Example from the Android Developer Site. I need to d开发者_如何学Co File Transfer via Bluetooth. Can anybody help me out?In case of
I have a fairly simple program based largely on a simple bluetooth test client application posted here:
I have been tasked with doing this application: So far: I have a J2SE application which builds a bluetooth service and waits for an incoming connection.
In my app, I allow the user to switch the audio output between the internal handset speaker, the speakerphone, and a stereo BT (A2DP) headset. If a wired headset is plugged in, it\'s impossible to sel
The Bluetooth chat example for Android is very useful to learn how to pass strings between phones - is 开发者_开发问答it possible to use the same code to pass objects between phones? I have the same c
I am using 32feet.NET library to create a Bluetooth service. But the listener fails to start with an invalid argument was supplied message. This is possibly related to the GUID value supplied. I gener
I can do in in 2.2 by setting the stream type to STREAM_VOI开发者_Python百科CE_CALL, then calling setBluetoothScoOn(true) and startBluetoothSCO(), but the startBluetoothSCO() method is only available
I would like to know if a Bluetooth device given its MAC address is available (on and within reach) or not. Something like a ping, some quick开发者_如何学JAVA method.
I am currently writing a bluetooth application that the user can set the strength of the bluetooth radio on their PC to change the distance of discove开发者_运维百科rable devices. I cannot however fin
I just started bluetooth programming. I need to come up with an desktop application in C# that receives images from a J2ME application.