bluetooth

AIR <-> Android communication

Hey, I'm looking for a way have some way of communication between an AIR application that runs on a desktop and an Android application (that obviously runs on a phone). Basically, I plan to make the desktop application controllable via an application on an Android phone. Grant Skinner did a similar thing with his Androideroids game, wh...

A desktop application in Java SE to receive a file from a digital stethoscope via Bluetooth

Hi, I’m trying to make a desktop application in Java SE to receive a file from a digital stethoscope via Bluetooth. The API Javax.comm doesn’t exist for Windows. I try the RXTX solution by I isn’t working. Someone have a solution? Thank you for your collaboration. Best regards. Daniel ...

Prompted for Bluetooth PIN when connecting to already paired device on Android

I am developing an Android app to connect to a simple device that supports the bluetooth serial port profile (SPP). I am able to successfully connect and exchange data, but each time I connect the user is prompted to enter the PIN for the device. In the bluetooth settings I can see that the device is 'paired by not connected'. The p...

Bluetooth Session ends immediately after first data is sent

Can't see why this is happening, but when I use Bluetooth to send data to connected peers, they receive the data perfectly well but then immediately disconnect making further interaction impossible. Can anyone give any indication as to why this might be happening? I tried changing the timeout to 60 seconds, I tried reducing the amount of...

Order of Magnitude Cost to Ship an iOS Bluetooth Accessory

This is a request for guidance regarding Bluetooth accessory development for iOS devices. Publicly available documentation/discussion seems limited; I assume this is due to the MFI NDA. And I didn't find the quantity/variety of iOS Bluetooth accessories I'd expect if accessory development was as accessible as iOS development in general...

Mobile application based on bluetooth and wifi technology

I need help as I want to develop an application which based on bluetooth and wifi technologies, but I am run out of ideas. I was thinking about an application needs to share data between people something like a small social mobile network, so any ideas!! ...

Bonjour over bluetooth WITHOUT Gamekit ?

I am wondering the possibility of directly using bonjour over bluetooth in iPhone OS 3.0 or later without using GameKit. Can anyone provide any examples ? ...

Android 2.1 Bluetooth SPP to LM058 (Serial Cable Replacement) problem

Hey I'm relatively new to Android programming (but not programming in general). The Setup: HTC Wildfire (running Android 2.1) LM058 (RS232 Serial Cable Replacement) LM058 will later on be attached to a MCU but for now it's connected to my laptop (terminal) The Goal: To connect Wildfire to LM058 to each other with a 'bidirectional-strea...

Low level Bluetooth Programming in C++

Hi every one! I need a library (or API, ...) to do some low level Bluetooth programming using C++. Any reference or rich link will be great! And i prefer to work in linux based opreration systems... Thanks in advance... :) ...

Android Bluetooth multiple connection

Hello I want to connect DROID to two device via bluetooth(Nexus One and another bluetooth device(not mobile phone)) I've done succeful connection to Nexus One. As for example I 'm using BluetoothChat. Now I have problem with multiple connection. Could you help me please? How should I create and manage multiple connection via bluetooth? ...

Bluetooth headset noise-cancellation activation through android app

I have read that in-call audio is not available to SDK applications. Does that mean that there is no way by which we can access the uplink/downlink audio stream? I don't want to do any call recording but instead I would like to use VOICE_CALL or VOICE_UPLINK or VOICE_DOWNLINK through my app which is interfaced with the bluetooth heads...

Could more than one RFCOMM channels be created per time?

Question: Could more than one RFCOMM channels be created per time? Testing method: Create connections from Cellphone(Samsung GALAXY S) to two terminals in the PC. PC has two different bluetooth devices(build-in and USB dongle) and using different COM ports, say COM1 and COM2. Steps: Testing each connection from cellphone to differ...

Detecting Bluetooth Availability - iPhone

My app uses local Bluetooth to propogate data to a closed network, but it understandably crashes the program if you try and create a new network when Bluetooth is unavailable. I've no idea WHY Bluetooth is unavailable, incidentally, as it's turned ON in the iPod preferences and the symbol is showing up, but there you go. What I want to k...

Bluetooth not available - try again later

Yesterday, I had programmed a simple Bluetooth network for my iPhone application. This morning, when I tried to continue development, it suddenly wasn't working on my iPod Touch 2G at all. It works just fine on the iPAD however. The problem arises when I try and set the availability of my GKSession object to YES on the iPod, having creat...

Can Bluetooth masters be connected together?

Hello All: I am wondering if two Bluetooth masters can be connected to each other. I think it is not possible because there should be only one master in each piconet. Anyways, here is one scenario. Suppose that there are two smart phones, each one is using bluetooth headset or connected to some device, thus both phones are working as m...

Download a file by Bluetooth in Java SE

Hi, I’m new in Java and Netbeans. I’m creating a desktop application (using Java SE) to download sound files record with a digital stethoscope. The file will be transfer by Bluetooth. Using the Bluecove API, I discover the stethoscope address (device.getBluetoothAddress). Now, I would like to transfer the file from the stethoscope to the...

Is it possible to stream music over a bluetooth p2p connection using iPhones

Hi, I am trying to connect multiple iPhones using bluetooth. I was thinking of having a server/client system. I just want to know upto how many devices can be connected using bluetooth? I am not able to find a reliable answer online. Also If you know of any good tutorials regarding this it would great if you could point me to it. Than...

Bluetooth A2DP profile

I am completely new to bluetooth app development. what exactly is a bluetooth profile? is it a hardware specification for the device? can an android mobile phone with bluetooth act as sender and receiver in A2DP profile? ...

Does EAAccessoryManager list bluetooth headsets connected?

As per the title, will the iOS call EAAccessoryManager.connectedAccessories return connected bluetooth headsets (including those that are not made-for-iphone registered? Dont need to connect but want to know if I can use the proximity of a device to trigger an event. ...

mac/xcode setting up a specific UUID for Bluetooth

I've been playing with the Bluetooh sample from the Xcode RFCOMM_SPP which is what would do the job for me so I modified it but the discover devices does not pick a few simpler SPP devices(like a GPS) I had a similar issue when doing the Android version and after digging I found out if I set up a proper UUID manually I'm on easy street ...