Tagged Questions

Bluetooth is a global open wireless technology standard for exchanging data over short distances (using short wavelength radio transmissions) from fixed and mobile devices, creating personal area networks (PANs) with high levels of security.

learn more… | top users | synonyms

32
votes
2answers
555 views

Use a handheld bluetooth printer with android

I have a bluetooth Handheld printer that I am able to communicate to using a SPP connection from my Mac(using Coolterm). When I'm trying to do the same from Android (using platform 7) I am running ...
25
votes
3answers
3k views

Create an android RFCOMM socket without any input from the user. How?

Here s the scenario. I need to write an application for android to create a RFCOMM socket to a pc with a BT dongle (I'm going to write the server too). My requirement is that the user doesn't have ...
18
votes
2answers
15k views

Routing audio to Bluetooth Headset (non-A2DP) on Android

I have a non-A2DP single ear BT headset (Plantronics 510) and would like to use it with my Android HTC Magic to listen to low quality audio like podcasts/audio books. After much googling I found that ...
16
votes
0answers
708 views

Remote Control Event Causing iOS to Terminate Background App [closed]

My app plays background audio using AVAudioPlayer and receives remote control events from iOS. Everything works fine while audio is playing, but if audio is paused and my app is moved into the ...
15
votes
4answers
7k views

Bluetooth APIs in Windows/.Net?

I am in the process of writing a Bluetooth scanner that locates and identifies mobile devices in the local vicinity. Is this something that I can accomplish using C#, or do I need to drop down into ...
14
votes
1answer
7k views

Bluetooth support on Android Emulator

I wanna know if the developer team wich made the emulator have some information to make bluetooth works in the android emulator, indicate some links about it, if they have some date for release or if ...
13
votes
2answers
219 views

What events are fired by Bluetooth AVRCP commands in Windows

Just doing some advanced scouting so to speak here... For my Pandora client, Elpis, I support global media keys (MediaPlayPause, MediaNext, etc. on the keyboard) and I want to be able to support AVRCP ...
13
votes
5answers
697 views

how to connect wireless mouse with iphone?

I am using iOS 4. I am wondering that is it possible to connect a wireless mouse with iphone via bluetooth ? Yesterday I saw a remote access/login to mac pc through the iphone and ipad but its seems ...
13
votes
4answers
473 views

Android: Issue with acceptable file types via bluetooth

I've got a problem with pushing files to my Nexus One. It seems to me that there is only a small selection of file types that are accepted by my phone (such as jpg, gif and so on). I recently tried ...
12
votes
4answers
4k views

Multiple bluetooth connection

I want to connect 3 device via bluetooth (My Droid must connect to 2 bluetooth devices). I 've connected my Droid to 1 device using Bluetooth chat How should I modify it for multiple bluetooth ...
11
votes
2answers
396 views

Bluetooth and delphi , how?

I want to send a file to a device (phone) using bluetooth nothing fancy. But i don't know where to start should i find a driver? Maybe one of you guys worked with bluetooth before and can give me a ...
11
votes
2answers
1k views

How do record audio from a bluetooth headset on the iPad/iPhone?

I can hear audio from bluetooth headsets on my iPad/iPhone, but I can't record audio in Applications from the headset. Even the sample "SpeakHere" application doesn't record audio from the headset. ...
11
votes
2answers
1k views

Android Bluetooth Bluejacking Possible?

Reading from http://developer.android.com/guide/topics/wireless/bluetooth.html, The current Android Bluetooth API's require devices to be paired before an RFCOMM connection can be established. ...
11
votes
2answers
9k views

Is there a way to toggle bluetooth and/or wifi on and off programatically in iOS?

I am looking for an easy way to toggle both bluetooth and wifi between on and off states on iOS 4.x devices (iPhone and iPad). I am constantly toggling these functions as I move between different ...
11
votes
4answers
17k views

How to prevent Android bluetooth RFCOMM connection from dying immediately after .connect()?

This problem has been solved! Thanks a lot to Brad, Denis and junkie! You're the heroes! :) This is the working code. It connects to Zeemote and reads data from it. ===== Code ===== public class ...
11
votes
4answers
28k views

Bluetooth RFCOMM / SDP connection to a RS232 adapter in android

I am trying to use the Bluetooth Chat sample API app that google provides to connect to a bluetooth RS232 adapter hooked up to another device. Here is the app for reference: ...
11
votes
4answers
18k views

How can an iPhone access another non-iPhone device over wireless or bluetooth?

I'm trying to figure out if an iPhone can connect to another non-iPhone device over wireless or bluetooth and have seen conflicting information. Much of what I've found was before version 3.0 of the ...
10
votes
2answers
380 views

How can I properly connect an Android application to an RFCOMM socket on a Bluetooth enabled Arduino microcontroller?

I'm working with some students at my university developing a simple Bluetooth Android application that will be used for serial communication (RFCOMM) to an Arduino microcontroller with a Bluetooth ...
10
votes
1answer
798 views

setting up iPhone P2P only over bluetooth and without GKPeerPickerController

I want to use a custom interface to connect with other iDevices in a p2p game. I know I can either use GKSession and GKSessionDelegate or use the lower level Bonjour browsing. But both of them will ...
10
votes
5answers
2k views

Is it possible, in principle, for an Android device to interface with an iPhone over Bluetooth/GameKit?

(I am not interested in pure theory, but as a practical near or mid-term possibility, say within 12-24 months.) As a developer familiar with (but not specializing in) two major smartphone platforms, ...
10
votes
4answers
9k views

Programmatically turn on bluetooth in the iphone sdk?

I have seen a lot of questions about this but no one actually gives a real answer (frameworks to import, actual code etc). They only say with a private api and that will get your app rejected from the ...
10
votes
4answers
34k views

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 ...
10
votes
3answers
9k views

Bluetooth in C#, Which stack, Which SDK?

We've got an application which needs to be able to use bluetooth for the following requirements: Receive files from bluetooth devices (up to 2 devices at the same time) Display all bluetooth devices ...
9
votes
3answers
3k views

Is it possible to connect android phone to printer via bluetooth?

I know that android sdk 2.0 has provided the new bluetooth API for developers. But I'm not sure if this can help me connect to bluetooth printers. Are there any protocol restrictions or device ...
8
votes
2answers
135 views

Simple application that simulates a bluetooth accessory

I'm looking for a no-brain application that allows me to send a pre-defined list of commands through a bluetooth connection, or an equivalent Java/Scala library that works decently in OSX (64bits). ...
8
votes
1answer
377 views

Using iOS GameKit's “Bluetooth Bonjour” with other platforms

I'm interested in connecting to iOS-based devices over Bluetooth. I can see that the "Local Network" service is exposed, but I cannot find any extra information about it. Property stored under key ...
8
votes
4answers
1k views

Distance between two android phones

I'm wondering: other than GPS location, is there any way to find if two phones is within a certain distance from each other? For example, if one phone is under 3 feet from another one, as GPS is not ...
8
votes
1answer
526 views

iPhone: Which are the most useful techniques for faster Bluetooth?

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 ...
8
votes
4answers
16k views

iPhone SDK 3.0: where is the Bluetooth?

i'm participating in the iPhone Developer Program and i have access to the iPhone 3.0 firmware and SDK. one of the new features of the iPhone 3.0 -- is ability to use Bluetooth, but i can't find any ...
8
votes
11answers
3k views

Make an incoming call on my mobile trigger an action on my pc

I have a specific scenario in mind, but I will ask this generally: Is there a way to make my mobile phone trigger an action on my computer? I am thinking that with a smart phone it must be possible ...
8
votes
3answers
5k views

How do I force a serial port write method to wait for the line to clear before sending its data?

Here's some background on what I'm trying to do: Open a serial port from a mobile device to a Bluetooth printer. Send an EPL/2 form to the Bluetooth printer, so that it understands how to treat the ...
7
votes
4answers
292 views

Make a mobile device a remote control for a tablet?

I'm trying to make an app on an Android device that will control an application on an iPad or Android tablet. (I'm testing with an Samsung Galaxy S2 and an iPad 2). The application is pretty simple ...
7
votes
3answers
2k views

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 ...
7
votes
1answer
4k views

How to make Android phone as a bluetooth headset?

Yes, I know Android has already implemented the Bluetooth Headset Profile, but it is in Audio Gateway Role, not in HeadSet Role. What I want to do is develop an application on Android phone which ...
7
votes
3answers
2k views

Interfacing Android Nexus One with Arduino + BlueSmirf

I'm a bit new to all of this, so bear with me - I'd really appreciate your help. I am trying to link the Android Nexus One with an arduino (Duemilanove) that is connected to a BlueSmirf. I have a ...
7
votes
2answers
1k views

How many clients can be supported by Gamekit server in IPhone 3.0

The GameKit in iPhone SDK 3.0 create a peer-to-peer bluetooth connection between two iPhones, using Server-client model. In the bluetooth spec, up to 7 clients can be connected to a server. But in ...
7
votes
5answers
8k views

Android - How to enable Bluetooth to be always on?

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 ...
7
votes
3answers
2k views

iPhone Gamekit peer with a desktop peer

I am looking for a way to establish a wireless connection between an iPhone and a desktop client. Gamekit looks promising but all the examples / documentation only explain iPhone to iPhone. Are ...
7
votes
2answers
12k views

GameKit in iPhone SDK 3.0

So, I was wondering if you NEED to use the Peer Picker to find peers in the new iPhone SDK 3.0. I don't really want to use it but I do want to use the peer-to-peer bluetooth connection. Is there any ...
7
votes
4answers
1k views

Bluetooth Protocol?

Ok, this might just be a dumb question, but I was wondering if Bluetooth follows TCP or UDP protocol? From my knowledge of network protocols (which isn't much), I would say that it doesn't follow ...
6
votes
3answers
633 views

Android 2.1 Detect Bluetooth audio connect/disconnect

I'm scratching my head trying to find a way to detect bluetooth headset connect and disconnect events for Android 2.1. I see in API Level 11 that there are some explicit ones, but how do I do it in ...
6
votes
2answers
2k views

How to send file from Android device to other device through Bluetooth by code

I want to develop application that sends image/txt or any file from one android device to another none android device using Bluetooth. Please anyone can give help or source code for that?
6
votes
2answers
2k views

API to support Bluetooth in Mango? [closed]

Will there be an API in the upcoming Mango that provides access to devices coupled via Bluetooth? I am interested in processing data sent from Polar Hear Rate Monitoring belt. Kind regards, Stefan
6
votes
1answer
1k views

Android Bluetooth sending file problem

I am writing a small program to send file between Android and PC through bluetooth. I already read the bluetooth chat example in google android site. Currently, my version works really well with ...
6
votes
4answers
3k views

How to create Insecure RFCOMM Socket in Android?

I am looking at way of connecting over rfcomm socket insecurely. I was able to find the way mentioned below Method m = device.getClass().getMethod("createInsecureRfcommSocket", new Class[] ...
6
votes
1answer
924 views

Android Bluetooth: Software Caused Connection Abort IOException?

I have problems with BluetoothChat I can't connect Droid . I always get this IOException 08-09 20:58:24.889: INFO/BluetoothChat(17378): MESSAGE_STATE_CHANGE: 3 08-09 20:58:51.053: ...
6
votes
1answer
665 views

Can I set the PIN for Bluetooth from my application in Android

I wanted to build an application related to Bluetooth in Android . Is there any way by which I can set the PIN from my application in Android other than using system dialog box to enter PIN which pops ...
6
votes
1answer
227 views

Pregenerating Bluetooth link keys

In my project, there will be about 500 Bluetooth devices installed over the city and about 20 PDAs used to update these devices. The devices should be not be visible to anything except the PDAs and ...
5
votes
2answers
254 views

Is there a way to connect android device to external printer through Bluetooth?

I need to connect to printer through Bluetooth. Is there a way to do it. Printer I use is CMP10BT. Thanks in advance.
5
votes
2answers
194 views

How to communicate RFID tags with IDBlue RFID pen using iPhone?

For iphone is it possible to communicate RFID tags with IDBlue RFID pen (bluetooth connected) and store data into my application? If yes then is there any some readymade component or code library ...

1 2 3 4 5 39