I need to setup an in-app OBEX server on an Android 2.3 device. Using the Bluetooth Chat Sample code I was able to setup an OBEX server. However, the server needs to use a custom UUID so the service i
I\'m trying to implement Handsfree bluetooth profile for android (HF side). I have succesfully connected through rfcomm and i开发者_StackOverflowt allows me to send/receive AT commands to/from AG. But
So we\'ve got an android application that\'s supposed to pair with a Bluegiga WT-11 bluetooth module, then listen on a server socket for connections from the device. We\'re using SPP and RFCOMM for th
I\'m trying to get a Samsung Galaxy Ace with Androi开发者_运维技巧d to communicate with a Nokia N95 via Bluetooth.
I want to be able to use the bluetooth headset as a microphone. Is it开发者_如何学Python possible to set it to microphone mode?Yes, you have to use startBluetoothSco()
I\'m programming a simple Bluetooth client to send and receive text messages throught RFCOMM as a serial port. I had a look at the Android SDK tutorials and did it in the same way: an Activity which c
I have a big issue. I would want to create an app on Android (telephone) where should act as a master, and several devices (bluetooth modules) should act as slaves (only piconet, not scatternet). I ne
We are trying to establish an flow Control from android device to Bluetooth Thermal Printer for that we need to understand the xon and xoff signal sent by printer. We are stuck at getportIdentifier(\"
I\'m not sure if this one is even possible, but I thought that I should ask. I need an event to be triggered on two (or more) ios devices at the exact same time. Right now I use Bluetooth to trigger t
I\'ve paired with a Bluetooth headset. When audio is playing, KeyEvent.KEYCODE_MEDIA_NEXT and KeyEvent.KEYCODE_MEDIA_PREVIOUS are received fine in my BroadcastReceiver. When audio is not playing, my r