bluetooth

Simulation tool for Bluetooth

Hi All Can any body suggest me the best simulation tool now a days for Bluetooth Networks. in order to test various algorithoms about Routing and Roaming issue. ...

Dialing a phone number through Bluetooth.

I want to write a program under Win/Mac/*nix, that takes a phone number and dials it on my mobile through Bluetooth. I don't know much about BT. Is that possible? The mobile is mine and I WANT it to dial. How would I go about it? Thanks. ...

Windows API: Detecting when a driver install has finished

I'm writing some software that automatically connects a Bluetooth device using the Windows Bluetooth API. When it connects, Windows automatically starts installing the Bluetooth HID device driver, as expected: This takes about 10-15 seconds, after which Windows displays the familar "ready for use" message: The problem is that Bluet...

PyS60: Bluetooth sockets

From the website http://www.mobilepythonbook.org/ I found the following example of bluetooth sockets: BT chat example Here in function chat_server() the bind method accepts a tuple with two elements. The first one has been used as a null string. What does it signify? Which node will act as master in the Bluetooth, the one that starts c...

Best framework for targetting a wide range of mobile devices

I'm trying to build a mobile application on a client-server model where clients are people's mobile devices and the server is a PC - all connecting over bluetooth. I'm expecting the client to be very thin - just enough to establish communications, display some text, and relay user input. What's the best framework to develop in? I want ...

Programmatically connect to bluetooth headsets on Windows Mobile

On a Windows Mobile 5.0 device I have an MFC C++ kiosk application that should programmatically connect to one of 3 Bluetooth headsets and open a bidirectional audio connection to it. The headsets are already known to the device, it's only the switching and connecting part that should be done programmatically. How would I do that? I'...

Source code for Linux or Windows for access to the SIM Access Profile the mobile phone

I tried to find many times but cannot find. Can somebody help me? Thank you in advance ...

How can I know what bluetooth stacks are installed in my cellphone and how to they works?

I want to send almost 4k size data to any cellphone by using bluetooth. Firstly to do this, I need to find what stacks are in my phone and what stacks are acting when I send a data. I really struggle to find the way; however, it is really hard. If you know how to find it, please give me some information!! ...

Recommend book on bluetooth in Windows Mobile

I will be doing some work that involves using bluetooth in Windows Mobile. As I have very little experience of Bluetooth, and no experience of Windows Mobile I was hoping that someone could recommend a good book on the subject. ...

What is the range of bluetooth and is it strictly 1:1?

Does anyone know what kind of range can you get from the iPhone bluetooth? Also, would the connection be strictly one to one? I know you can choose from a number of peers to connect to but once the connection is established, it seems you can only transfer data between one peer? So basically, is it possible to create some kind of "multipl...

Python for S60: Listen to a socket in sparate thread

I am developing a Bluetooth game in Python for S60 based Nokia devices. The Bluetooth sockets in S60 are proving to be quite tricky. For two reasons: I can't do master to multiple slave sockets in Python, heard that it can't be done in Python so I have already left this and not doing it anyway. The other part is I can't just listen to ...

ANSI C Bluetooth API and Tutorial Linux

Is there a bluetooth API and tutorial for ANSI C in Linux? ...

Bluetooth from the Command Line

How do I access files on another device/machine over Bluetooth from the command line? ...

Does anyone know how to open a JSR-82 application in Windows Vista?

I have a host device that connects to anything running JSR-82. The problem is that I don't have a mobile device that runs JSR-82 applications. I wish I could simply connect to my host device within windows. Is this possible? (I am currently running Vista x64) ...

Connect Bluetooth device to an unknown device

Is it possible to connect a Bluetooth device to an unknown device? I thought all Bluetooth devices had to be paired with another Bluetooth device before they could be used together. Someone mentioned a possible application where a Bluetooth device (most likely a Windows Mobile phone as the iPhone SDK doesn't support Bluetooth connectio...

How quickly can 2 iphones exchange information regarding tilt/position?

I was wondering what amount of time is required to convey information regarding the tilt and position (not gps) of one particular iphone to another. Could 2 iphones send and receive this information simultaneously? What about 3 iphones? I'm interested in an application that is able to simultaneously send and receive and make conditional ...

C# and Bluetooth Programming

How can this be done? ...

How long does it take to scan for Bluetooth devices in range of an iPhone?

I know the iPhone Bluetooth capabilities won't be accessible through the SDK until 3.0, but how long should it take to find devices in the area? Is it dependent on the number of devices in the area? If there are around 5 devices in range, should a scan to discover all of them take <5 seconds, or >30 seconds? I know there are a lot o...

how to set permission to device /dev/rfcomm0 ?

I am trying to run kannel bearer box but i got error something like could not write/read device. I think kannel doest have permission to read/write bluetooth device /dev/rfcomm0 Thanks for reading. Any help would be appreciated. ...

Bluetooth sound output on Android

Hello, I just noticed, using the HTC Dream that using a bluetooth headset was really easy for phone calls, but nothing seemed to be available for videos / music sound output. V1.0 limitations are not at fault since when you play a music and start a call, you can hear the music in the headset for a second. So it's technically possible, j...