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

0
votes
0answers
152 views

How to implement bluetooth profile MAP(Message Access Profile) on Android phone

How to implement bluetooth profile MAP(Message Access Profile) on Android phone?
-1
votes
1answer
40 views

Launch my iPhone application with a bluetooth device [closed]

I'm newbye in Bluetooth development. Can somebody tell me all procedures to launch my iPhone application with a bluetooth device. Thank
0
votes
1answer
59 views

how to request OBD parameters and receive them

I'm new to android and I thought to develop a bluetooth app to retrieve parameters from an OBDII device. I have downloaded the sample bluetooth chat application and configured it. The problem is how ...
0
votes
0answers
103 views

Android Bluetooth Sniff Mode

I am developing an Android app that has a Bluetooth service. The Android phone, will be the master in the system and initiate the connection. I have been able to to get the Bluetooth device to pair ...
0
votes
0answers
51 views

iOS: creating a bluetooth proxy for audio streaming

Is there a way to turn an iPod/iPhone into a bluetooth proxy so that I can connect another phone to it via bluetooth and stream music through it? e.g. I have an iPod touch hooked up via USB to an ...
0
votes
0answers
13 views

Keeping receiving Bluetooth SPP data when activity loses focus

IN my application I connect to a device using bluetooth spp. The app sends a request for data to the device which then replies with the data. My plan at the moment is to use a ExpandableListView - ...
0
votes
1answer
49 views

Why does error appears if I use the registerReceiver method?

I'm writing an app, which uses bluetooth. I want to use this class, but the error appaers at the lines, with registerreceiver(). How should I use this method? import android.app.Activity; import ...
-3
votes
3answers
52 views

Tranfer contacts using blueooth in objective-c [closed]

Hi i want to develop an app where we need to transfer a contacts from one iphone to another iphone using bluetooth..So can anyone tel me how to approach it or any tutorial link is there..or any sample ...
0
votes
0answers
40 views

How does iOS call bluetooth setting for iPhone?

I did build xCode Project that an exteneral accessory via bluetooth v2.1 and it worked between iPhone and my accessory already. Now, I would like to open iPhone bluetooth setting in my iOS-apps ...
0
votes
1answer
45 views

Programmatically connect/sync to WMDC via bluetooth with WM6.5 device

I've been looking around for a way to create this connection automatically and I haven't been able to find anything. I've looked at the 32feet library as well as some others, and while I can use them ...
0
votes
1answer
66 views

Disable A2DP Output on Android for TTS

I have an Android 4.1 device which is connected to A2DP stereo speaker. My app uses TTS (Text-To-Speech) and the AudioTrack class for streaming a custom sound to the speaker. Is it possible to use ...
0
votes
1answer
59 views

Bluetooth discovery with Android NDK

I'm trying the following: sockfd = socket(AF_INET, SOCK_DGRAM, 0); if (sockfd < 0) { goto gotError; } lastlen = 0; len = 100 * sizeof(struct ifreq); /* initial buffer size guess */ for ( ; ...
2
votes
0answers
46 views

Roving Networks RN240 Bluetooth Adapter - AT Command Get Connection Status (GK) Returning “4”

We have a custom embedded device that uses Roving Networks' RN240 bluetooth adapter on an RS232 port to communicate with another device via bluetooth. It is working well, but I am attempting to ...
0
votes
0answers
38 views

Failed to connect to SDP server on FF:FF:FF:00:00:00: Permission Denied

I'm executing this command from my application on a rooted phone : Process process_su = Runtime.getRuntime().exec("su -c /system/bin/sdptool browse local"); but I always get this error : Failed to ...
0
votes
0answers
23 views

Bluetooth Audio Endpoint Address

On Windows 8, I have installed a bluetooth headset. I am able to enumerate the audio endpoints using the MSDN sample code in ...
0
votes
0answers
55 views

Bluetooth 3.0 communication p2p. Packet Size MTU 512 bytes?

I'm developing an audio streaming communication between 2 devices (not A2DP): PC and Tablet (Galaxy Tab 2 with Bluetooth 3.0). I'm using a usb bluetooth 3.0 adapter with the computer. PC is programmed ...
1
vote
1answer
31 views

Bluetooth and playlists on iOS

I'm getting tired of navigating my playlists all the time. I have iOS development tools, so I'm wondering if I can solve this problem... What I would like to do is have an app where I can associate a ...
1
vote
1answer
53 views

BB10 WiFi/Bluetooth Detection

I'm doing a bit of research and I was hoping to get some clarification on the availability and functionality of APIs for BB10. What I'm trying to accomplish: I'm trying to create a BB10 application ...
0
votes
1answer
39 views

Trouble identifying an Error (array to listview)

I have a bit of a problem that I have now spent 2 weeks trying to solve. I will try to be as detailed as possible, but if something is unclear, please ask. I'm working on a bluetooth chat application. ...
0
votes
0answers
21 views

chatbluetooth connection real term

Hi guys I'm trying to communicate with bluetooth chat real term connection when I go to my pc I want to make the connection and then falls that does not connect to my laptop's bluetooth signal, ...
1
vote
0answers
87 views

Can I create a virtual Bluetooth headset to manipulate call stream?

I'm creating an app that interacts with the phone stream, and I'm wondering if this is a reasonable workaround to be able to play audio into the call stream I know that it isn't directly possible ...
8
votes
1answer
139 views

iOS playing audio to multiple bluetooth devices concurrently

I've got some bluetooth speakers (similar) and would really like to be able to play to more than one of them concurrently however I can't find a way to do it. I can deploy my own applications so it ...
0
votes
0answers
29 views

OpenSL ES recording from bluetooth or wired heaset

I'm trying to create a VOIP client for Android that uses OpenSL ES to record and play back audio. It works fine with the phone's built-in mic and speaker, but when I tried using a wired headset (with ...
0
votes
0answers
49 views

Multiple Bluetooth connections for forwarding only works reliably first time

I'm trying to forward messages received over Bluetooth. I have three Androids (A, B, C). It seems to work relatively well when just using phones A and B (Samsung Galaxy Nexus w/ Android 4.2.1) but ...
0
votes
1answer
66 views

Android BluetoothSocket.connect ask for pairing code every time

I'm trying to build a bluetooth connection between a phone and a sensor. I have two Galaxy S3. My code works fine on one of them, but for the other, my code will always pause at the call ...
0
votes
1answer
42 views

How to create a bluetooth server socket in android?

I am trying to create a server program that just starts bluetooth, creates a server socket, waits for some device to connect and accepts the connection. The onClick() method starts the bluetooth, ...
0
votes
0answers
18 views

Android Bluetooth Discoverable Handler

I would like to make an handler to trigger when my device becomes undiscoverable.. I could do it, with an "thread" checking each 50 ms if the device turned discoverable off.. But isn't there a method ...
0
votes
0answers
56 views

Android Broadcast receiver to read data from external health device

I am creating a blood pressure monitoring app. I successfully connect to the device via bluetooth and send a command to start measuring blood pressure. But I face difficulty in reading the response ...
0
votes
0answers
40 views

Android Bluetooth Can't Connect using createRfcommSocketServiceRecord

I already managed to get it working using this method at android 2.3.3 version, but now I am testing using another device with 2.2 version.. And I can find many devices using discovery, but can't ...
1
vote
0answers
30 views

Bluetooth Communication Message Send Process

i have used bluetooth chat application, in that i can successfully chat using bluetooth application.But what i need is that i need to send text message using bluetooth communication, i am expecting ...
0
votes
1answer
45 views

How do you control Eclipse's generated Bluetooth java files?

I've got an Android project built under Eclipse-Indigo that works just fine. I recently copied many of the files and rebuilt under Eclipse-Juno. The app runs if you install it and/or run it from ...
1
vote
0answers
12 views

How to get bluetooth radio handle?

I need to perform IOCTL commands on the bluetooth radio for which i need a handle for it. I do realize that we could use the BluetoothFindFirstRadio function for this. But is there any other way to ...
1
vote
1answer
124 views

How to Establish RFCOMM Bluetooth Connection From an iOS to android device

I am creating an app which enables sending information between iOS and android devices via Bluetooth, The app would not be submitted on app store, so considering all options I found out that Apple ...
-3
votes
0answers
29 views

Fetch Bluetooth address of the my device?

I would like to know how to fetch the bluetooth address of my device. I have gone through Gamekit Framework but there dont seem to be any method which returns the bluetooth address of the device. Is ...
0
votes
0answers
22 views

Android DataInputBuffer time

I'm trying to connect a device that sends 15 bytes (the last of which is a linefeed) using bluetooth. I want to read those bytes in my Android but I discovered that the time between the packets vary ...
-1
votes
0answers
32 views

Get bluetooth id of my iPhone Device

I need to find out the bluetooth ID of my iPhone Device Programmatically. How can i get it using the iPhone SDK. Please help. Thanks in advance.
0
votes
1answer
575 views

How to use Android device as a bluetooth headset for another mobile phone?

I want to make my android device working as a bluetooth headset. I search the Android APIs, but I just find some interface which can make Android device working as a masters, not as a device(bluetooth ...
3
votes
1answer
75 views

How to detect if an Android mobile is near a computer

I'm developing a piece of software which consists on mobile clients and a machine acting like a server. This is for a highly trusted environment (not public), so I don't care much about security. I ...
0
votes
0answers
34 views

Is there any open source Bluetooth stack for Windows 7?

IS there any open source Bluetooth Stack for Windows 7? With the stack I could Use the PC sound device(eg. Speaker, Headphone)as a Bluetooth headset for mobile phone? Besides, with the Bluetooth ...
0
votes
0answers
109 views

Android Bluetooth connecting to Device socket.connect() wont connect

FIXED!!! Didnt work because of the UUID since api15 you can use a get function to get the uuid UID uuid = bluetoothDevice.getUuids()[0].getUuid(); BluetoothSocket socket = ...
0
votes
1answer
50 views

How to know which COM to use. C# & Bluetooth

So I have a connection to an arduino using a Bluetooth card. Right now I have the com hard coded into the C# and the arduino doesn't set or choose a COM. My question is, assume I distributed this ...
0
votes
0answers
30 views

BluetoothFindFirstDevice not returning device name every time

I've been having a small, but annoying little error. I'm using this piece of code to look for Bluetooth devices. #include <stdlib.h> #include <stdio.h> // Link to ws2_32.lib #include ...
0
votes
1answer
16 views

Android Bluetooth Discovery Only Devices using my App

Is possible to limit the results of a startDiscovery() ? Giving as results only clients that are also using my app ? In my App users can be servers or clients.. I am not asking for code, I just want ...
-2
votes
0answers
38 views

Connect iPhone to computer via Bluetooth and grab a file [closed]

I was looking to develop an app that allowed me to connect to a Bluetooth-enabled computer and grab a file. Is this possible? I can't find any documents on this.
0
votes
0answers
42 views

Bluetooth UUID from String Crashing

I am trying to listen for connections to my BluetoothServerSocket, but happens that the creation of the UUID is crashing the application.. Don't know why. private void listenServerSocket() { ...
0
votes
0answers
60 views

IOS Bluetooth BLE writevalue return “Unknown error”

I am developping my first Smart Bluetooth (BLE) software on IOS 6. I am able to receive notifications and read chracteristics values exchanged with a Nordic Development kit including from a custom ...
-4
votes
0answers
89 views

Can we create a two player game in android with blue tooth connectivity which requires update on both screen very quickly? [closed]

Suppose if i have a two player game like say badminton...can i create a blue tooth connection between two phones so that the movement of shuttle from on player to other and back looks smooth.
2
votes
0answers
40 views

Android: Enabling bluetooth on call receive

I am trying to enable bluetooth upon receiving a call. I have made the code to detect the incoming call by using callstatelistener. However, I am not able to trigger bluetooth activation from the same ...
0
votes
0answers
11 views

How to list bluetooth radios in .net ARM platform?

I am trying to list the radios available and would like to use the BluetoothFindFirstRadio method for this available in "irprops.cpl". It works when i run it on an x86 platform but i get an exception ...
2
votes
1answer
147 views

How to send AT commands based on BT Hands-Free profile in android?

I am trying to establish Bluetooth connection between an Android device with other mobile phone over Handsfree profile. I am using following code - private static final UUID MY_UUID = ...

1 2 3 4 5 85