We need to write code to search for, pair and connect to a bluetooth headset with Windows 7 Embedded.
Once connected the headset will be used as a normal windows audio device.
We fully control what software is installed on the system so conflicting stacks and similar concerns are not a problem. We would however like to minimize as f...
I'm developing a game that requires up to four iPhones or iPod Touch to connect each other to play in turns.
My question is, how can I accomplish this via GameKit. I've read that using client/server sessions is the way of doing it. But I can't find any examples that would illustrate this.
Is it really possible to do it, or there can on...
How can i make my bluetoothChat aplication developed in J2ME finds only devices that runs the aplication?
...
I have a Mono application which opens a RFCOMM connection (/dev/rfcomm0) but when I run as a user, I get a System.IO.IOException Interrupted system call. I'm running this on openSUSE 11.2.
Unhandled Exception: System.IO.IOException: Interrupted system call
at System.IO.Ports.SerialPortStream.ThrowIOException () [0x00000] in <filena...
Hi,
I'm developing a program in which, from an Android Phone, I have to connect as a client to a Bluetooth medical sensor. I'm using the official Bluetooth API and no problem during connection (SPP profile), but when I end the socket, the sensor is still connected to my phone (although I have close the connection).
Are there any way to...
Hi. I'm adding peer-to-peer bluetooth using GameKit to an iPhone shoot-em-up, so speed is vital. I'm sending about 40 messages a second each way, most of them with the faster GKSendDataUnreliable, all serializing with NSCoding. In testing between a 3G and 3GS, this is slowing the 3G down a lot more than I'd like. I'm wondering where I sh...
Hello, Can you help me
I want to connect my Motorola droid to OBDKey by bluetooth. I use Bluetooth Chat as for example to bluetooth connect, KWP as protocol
Then I write byte[] command
command[0]=rawToByte(0x02);
command[1]=rawToByte(0x85);
command[2]=rawToByte(0x05);
command[3]=rawToByte(0xc7);
command[4]=rawToByte(0x33);
c...
Hello Can you help me
I want to create application ,which can connect Droid and another device with bluetooth
I use BluetoothChat as for example to connect Motorola Droid and Nokia N97
They were paired and connect. But when I send message ,connection lost immediatly
How can I solve this problem?
...
Hello,
I need to develop an iPhone/iPod Touch application that creates a server to send some data stream (characters or bytes) to a Windows C++ application via Bluetooth. I'm thinking of creating a TCP connection, but don't know where to start.
What iPhone API should I use do to something like this? Does anyone knows some code examples...
HTML 5 mentions Bluetooth and audio. But no details on Bluetooth.
I am trying to connect to a Bluetooth device that streams audio.
Is there anyway to capture the audio streams via Bluetooth on browser? HTML+Javascript? Plug-ins? Any other technique?
Thanks in advance for your help.
...
Hello I want to make conversation between android devices. I use BluetoothChat to do this but it doesn't work I can't read correctly data from another device.
Conversation is :
Me: privet
Device: p
Device: rivet
Can you help me?
private class ConnectedThread extends Thread {
private final InputStream mmInStream;
private f...
So in a bluetooth piconet, there is one master with upto seven slaves. The master sets the clock and frequency hop that the slaves sync with. But is there a way to determine which device is the master and which is the slave? I'm mainly interested in portable devices (Android,iPhone) but beggars can't be choosers, if anybody has info i...
I am developing an application which uses Bluetooth to connect to a device and send/receive data. I am doing all of my testing with a Nexus One phone.
I have never been able to establish a SPP (serial port) connection from my phone to any device. However, I have been able to connect from a device (my laptop) to my phone using a Mac equi...
Hello,
I develop software for PC which use bluetooth to communicate with GSM phones.
Phone Book Access Profile is right what i need to manage contacts, judging by wiki, but I cant find any developer's information on it. I would appreciate links to docs, libraries, forums, books, SDK related to PBAP.
Regards,
Igor.
...
Hello,
I was wondering if there are any API's available for C# to enable communication with a Bluetooth device?
Initially, I would just want to connect the bluetooth device to my computer however, my device doesn't have any pairing code so I would have to do it without pairing.
Any existing API or any Win32 dll could be useful to me?
...
Hi,
I am connecting a mobile device to my computer via a bluetooth. The name of the device in the firmware is VZ6005.
I wanted to change this name to a custom name.
When I tried this in my laptop [Microsoft Bluetooth Stack and a built in bluetooth adapter for HP], the name changed. Every time I tried to connect my device to my laptop,...
Hello, I want to see the data flow from a connected bluetooth device. I figure I should be able to see the raw data in the terminal somehow, but I cannot seem to find out how to do this. I'm running Snow Leopard on a MacBook
Thanks.
...
Need an incoming cell phone call monitoring in my application. In realtime.
Java Application is running at PC (Linux or Windows).
There is a connection PC to cell phone over serial cable or bluetooth.
How to implement monitoring? Are there any frameworks that provide high level interface to major mobile systems (nokia, SE, motorola, sie...
For my application i make a bluetooth discovery search to list all available bluetooth device in. If I'm in a room with a lot of computers etc, there is a really long list. So I'd like to filter Android phones from the lists.
I read the documentation under:
http://developer.android.com/reference/android/bluetooth/BluetoothClass.Device.h...
Hi,
I am connecting a HID device using the 32feet.net's InTheHand dll.
The device is connected smoothly when I am working on Windows 7. The drivers for the device are installed.
However, in Windows XP, the same thing requires me a restart after the drivers are installed. I cannot afford a restart every time the drivers for the HID ar...