0
votes
0answers
6 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
1answer
32 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 ...
0
votes
1answer
13 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
0answers
27 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 ( ; ...
0
votes
0answers
11 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
21 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
14 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
40 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 ...
0
votes
0answers
10 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
18 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
0answers
17 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
16 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
30 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
18 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
12 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
19 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
1answer
47 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 ...
0
votes
0answers
17 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 ...
0
votes
1answer
71 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
62 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
60 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
11 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 ...
0
votes
0answers
18 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() { ...
-4
votes
0answers
42 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
25 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
35 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 = ...
0
votes
0answers
41 views

BluetoothChat + TTS

I am trying to add tts (TextToSpeech) at BluetoothChat project of the android SDK i want to convert the text received from another device to voice and at same time i can sent the text that will be ...
-1
votes
0answers
88 views

Android and Arduino bluetooth sending/recieving

Basically i hooked up the arduino pro328 to a bluetooth mate gold, and am trying to send recieve data to/from an android app. The arduino recieves data sent by the android but it appears as garbage. ...
0
votes
0answers
32 views

android connect to my pc via bluetooth

I'm developing an application in VC++ for server side to connect my PC to my Android phone(client) via Bluetooth. Following BluetoothChat(sample code) as client and Server used in Android. #include ...
-2
votes
1answer
31 views

How to get Bluetooth Headset battery status in android [closed]

Is there any way to get the battery percentage of the bluetooth headset in android ? help me please. Thanks in advance.
-1
votes
0answers
42 views

Routing audio streams from Android apps to in-car AUX and bluetooth headset [closed]

With the recent introduction of Google All-you-can-eat Music subscription, I decided to try it out. The problem I have, is I drive people for living and use navigation pretty frequently, I wan't my ...
0
votes
0answers
32 views

Bluetooth Android Phone connect to Digital Pen

I'll try to be as specific as I can, I have a digital pen that once is paired (I paired them trough the OS bluetooth settings), you write on a paper and then it sends a file trough bluetooth, it uses ...
0
votes
0answers
38 views

how can i stop bluetooth headset s beep while phone ringing

I am developing caller id talker program this code is working good when phone is idle but while phone is ringing bluetooth headset start beeping I dont want this beeping I want to texttospeech engine ...
0
votes
0answers
44 views

Android device unable to get mac address of iphone via bluetooth programatically

Hi This is a generic question, but wondering if any one can help?, My Android java class was built to get the MAC addresses of near by bluetooth devices programatically with getAddress() method. the ...
0
votes
0answers
10 views

Delay in plotting the data received via Bluetooth

*In the following code we are sending '6' to start communicating to a serial port device(bluetooth device) which sends 500 data per second. The device is sending the data successfully in the bluetooth ...
0
votes
1answer
40 views

Bluetooth secure vs. insecure

I have been playing around with the bluetooth options on android, and found an app that gave two connection options (secure and insecure). I tried to find some information about it on the internet, ...
0
votes
1answer
45 views

Random phone reboot (tombstone added)

I'm testing my app that make extensive use of Bluetooth antenna. Sometimes my phone reboots for no apparent reason. I've extracted the last tombostone I got from the phone. Can you help me to ...
1
vote
3answers
40 views

How can two machines detect each other when their ips keep changing?

Let me describe what I want to achieve and where I am stuck. It is okay to suggest an entirely different alternative. I have an Android phone with NFC feature. I have a macbook pro. A wifi ...
-1
votes
0answers
24 views

Cellphones with Bluetooth HDP profile [closed]

Does anyone knows if there is a list with Android cellphones that supports HDP bluetooth profile? Thanks in advance. Best Regards, Rodrigo
1
vote
1answer
65 views

Android: Error in discovering bluetooth devices

I need some help in my Android application. I am trying to create an app that discovers bluetooth devices then compare the name to a string. but I encountered 2 problems. 1: when I exit the app (back ...
0
votes
0answers
59 views

Android : Check internet sharing via Bluetooth “is connected?”

I always use the standard way to check internet connection but to day i have small problem when i try to test my app on mobile connected via bluetooth internet sharing the app can't detect the ...
0
votes
1answer
131 views

Android multiplayer bluetooth

I'm trying to develop a simple multiplayer game using bluetooth with Eclipse The game is already working in single player mode (using AndEngine), but now I need to send information between devices. ...
0
votes
0answers
52 views

Android bluetooth headset EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE not working?

I have a Nokia BH112 mono headset. I want to capture key press event, methods like onKeyDown or MediaButton intent dont work for me. So, I figured out that pressing button on a headset, it should send ...
-5
votes
0answers
33 views

Best way detect devices near another device [closed]

i'm facing the problem of detect devices near another device. For example suppose that my app implements a system that when a device X is near to others devices, a notification is send to the device ...
-1
votes
1answer
24 views

Trying to use Bluetooth in App, getting error

I'm getting this error: Exception raised during rendering: com.android.layoutlib.bridge.MockView cannot be cast to android.view.ViewGroup Exception details are logged in Window > Show View > ...
2
votes
0answers
47 views

Bluetooth comunication android

I need to pass an Intent by bluetooth. Peviously I created the game and I save the caracteristics of the game in a class type singleton. What I want to do is pass this information to the other device ...
-2
votes
0answers
37 views

Bluetooth Android [closed]

I am working with Bluetooth Android. I have a temperature sensor and module bluetooth. Temperature imformation will be displayed on Android mobile via bluetooth. But I don't know anything about it. ...
-1
votes
1answer
19 views

BlueTooth CellCall - finding a function [closed]

I wanna make a program that when my cell is ringing (when someone is calling me) it sends an signal through bluetooth... But I'm just learning how to make app and I'm just lost. Is there any function ...
-5
votes
0answers
30 views

How do I control volume on an Android device? [closed]

I would like to make a bluetooth device that can control the volume on my Android device. I listen to Pandora and the like on my Android phone with wired headphones on my motorcycle. Volume control is ...
0
votes
0answers
58 views

Display bluetooth name instead of MAC address in ListView when passing adapter with ArrayList of type BluetoothDevice as last argument

The following code shows the MAC address of each bluetooth found on the listview since I am passing ArrayList of type BluetoothDevice. I know I can get the name of each bluetooth device by using ...

1 2 3 4 5 46