bluetooth

Bluetooth UUID discovery

Does anyone know how a bluetooth device could pick up the discoverable devices' device IDs in range? I am ideally looking for the simplest solution that involves the smallest implimentation of the bluetooth protocols. A starting point would be good, I just wish to create a device that can store all the device ids of nearby bluetooth ...

Programmatically check is bluetooth device activated on WindowsCE 5.0

Is there a "nice" method to do this or I should try to open connection and if it fails I will assume that the device is not activated. ...

Microsoft Bluetooth Stack into Widcomm Bluetooth Stack?

I have the following problem: I implemented a managed mobile application for Windows Mobile devices using the C# Bluetooth library of InTheHand. Now I figured out that the new devices of HTC will all have the Widcomm Bluetooth stack instead of the Microsoft Bluetooth stack... Does anybody know some working C# library for the Widcomm Blu...

How to send a link message to mobile via bluetooth in C#

My requirement is to send a link message to mobile via bluetooth in C#. The message should contain some hyperlink. And when the user opens the message it should directly open the link in browser. It should work without installing any other application on mobile device. ...

bluetooth serial device detect COM port #

I am pairing to or connecting to a Bluetooth device that has a serial port service associated with it. Is is possible to determine the COM port it registers too? If so, how? ...

Arduino + Bluetooth module Help

Does anyone know how to connect the DF Robot Bluetooth module up to the arduino and get it to communicate with the software? I used this tutorial. I managed to get the light flashing on the module and it seems to be able to pair fine but when I run the serial monitor and send a letter (say 'H') which should turn a light on I get a Java...

Phases for mobile game development

Hey I'm currently thinking of developing chess code with multi-player facility connected and played via bluetooth. For that i need to chalk out the phases, i mean systematic modules, that i should follow to develop the game. If anyone can state it or have any link that can help it out, it would be great. Another thing I am developing th...

Can one BT device control the display of another

If I pair devices can I have one instruct the other what it ought to display on its LCD? Both devices are under my control, will be paired, etc, I just want to know if the protocol allows it. Thanks. ...

Sending command from Handphone to Laptop using J2ME and Bluetooth.

Hi all, I have a question, I want to connect my handphone with my ubuntu laptop using bluetooth connection. The handphone just need to send what key I pressed to the laptop and do process based on what key I pressed. Did you guys have any easy to learn reference about j2me and bluetooth for people who just know basic JAVA syntax? ...

Create and send a bluetooth command frame in Cocoa

I'm using the IOBluetooth Cocoa framework to communicate with a bluetooth device. So far I have gotten down the whole process of discovering the device and its services, pairing with it, connecting to it and now I want to send some actual commands, but I'm having some trouble with it. Below is an graphic from the spec for the AVRCP profi...

Bluetooth SPP from Adobe Actionscript (Flex Framework), how?

I am successfully running Bluetooth-SPP applications relying on http://bluecove.org/ That is Java to Java. I do now want to establish Bluetooth-connectivity in an Adobe Flex-application. Anyone has experience, ideas? I appreciate your advise. Thank you Bart ...

How to interoperate between PC and camera from cell phone

Hi everyone!! My new project is to build an application to use the cell phone camera as the main camera from my PC. How can I do this kind of stuff? I thought of using bluetooth, but how my PC define the cell phone as the main camera? Best reguards. ...

iPhone- Can 2-channel audio podcast files output to mono bluetooth earpiece?

iPhone 3G using OS 3.1. Can iPhone be enabled to play audio podcasts via a one-ear bluetooth headset (terminology issue- headsets mean both one-ear and two-ear units.) VoiceMemo audio files can output to a one-ear bluetooth headset (as can phone calls of course.) But audio podcasts files cannot. Is there a setting change that can ac...

Bluetooth on Android

Two question on Bluetooth development on Android: Is there a way to enable Bluetooth to be always on (I might have a long device discovery phase in my application) in Android? As far as I can see the default value is a count down from 120s. Does it exist any open source Bluetooth API implementations? ...

how to export data to computer(PC) using wifi or http connection?

Hi, I have made Iphone applicatio. In my application whatever data i have recorded; all that data i want to export to the Computer using the application. Is there any way available to sent data to computer using wifi using developed application? Can we use Bluetooth or Http connection to send application from device to the PC? if we c...

Have been cursing over data packets for 36 hours now, please help!!

Ok Here is the problem. I am trying to send through a structure or anything through the apple bluetooth send network packet code. The code to send is below -(void)sendMessagePacket:(GKSession *)session packetID:(int)packetID withData:(void *)data ofLength:(int)length reliable:(BOOL)howtosend { static unsigned char networkPacket[maxPack...

How to use bluetooth to connect two iPhone?

I want to use iPhone SDK to implement a bluetooth connection between two iPhones, but I don't find any bluetooth API in iPhone SDK 3.0. Can anybody help me? Thanks. BTW: Is it possible to connect more than two iPhones at the same time by using bluetooth? ...

Wireless protocol for accelerometer data

I'm building an application where a mobile phone with an accelerometer is used to control an app on a computer in a similar way you would use a mouse. So I need to send the movement from the phone to the computer over some wireless protocol. I am thinking about using Bluetooth but I am not sure what transfer delay to expect. Another poss...

transfer file from mobile phone to another via bluetooth

Hi guys.. I've been searching high and low on this problem. Still can't find the solution. Basically, I want to transfer an encrypted file via OBEX Push Service (bluetooth) from client (j2me) to server (j2me). In emulator, it works fine. Client able to successfully do a bluetooth discovery lookup on the server. But, when I put the appli...

Windows Mobile - Device to Device via WiFi?

Are there any good api's or examples of communicating between two devices via WiFi? I am programming an app for 600 window's mobile (version 5) devices. They occasionally will need to connect with another device and exchange info. Each device connects to the internet via GPRS (using the phone line). I could do the communications via ...