I have an app that has the capability to play audio through a mono (SCO) headset as well as a Stereo BT headset. When playing through SCO, I use m_player.setAudioStreamTypeAudioManager.STREAM_VOICE_CA
I\'m trying to implement an Android application to receive data from a medical device but I can\'t get through the discovery process and get the phone and the device paired or connected to each other.
Is there a quick way to do this? I have 2 regulat phone BT headsets, and a stereo BT headset for music. I need to be able to quickly disconnect and reconnect any of those without hav开发者_运维百科ing
I have a project where I need my iPhone to communicate with an Arduino.Bluetooth seems like the best 开发者_如何学Gooption for the communication.How should I program my iPhone (what framework?) to com
We are trying to implement live audio streaming between two bluetooth enabled mobile phones. Is there any package which supports the live audio streaming in J2ME? Looking forwards for 开发者_开发知识库
I just updated Nexus One with Android 2.3.3 and it seems that the bluetooth connection over SPP have stopped working in my app.
I want to transfer a live video stream and audio to my computer. Something like the WO Webcam app (https://marke开发者_StackOverflow社区t.android.com/details?id=com.bwocamlite). I have managed to conn
I have read about piconets and scatternets. However, everywhere I\'ve checked I do not find anything that relates a \"piconet\" to a specific profile, say SPP.
NOW here is the coding for j2me mobile for sending the string: String s=\"hai\"; try{ String url = \"btspp://001F81000250:1;authenticate=false;encrypt=false;master=false\";
is there a kind开发者_运维问答 of message the iOS sends when a Bluetooth device connects or disconnects? Like a broadcast Intent in Android? I\'m looking for something like this, so i don\'t have to c