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
6 views

Bluetooth module doesn't recieve

For a college project of mine, I am using an Arduino Duemilanove micro-controller to connect a bluetooth module to my Android Device Sony Xperia Tipo Dual using the app called BlueTerm. I have two ...
0
votes
1answer
47 views

how to call thread method

So i am quite new to java so be gentle. i am trying to connect two phones by bluetooth. I created a socket but how should i use it? i mean, bluetooth tutorial says that i should call public void ...
-1
votes
0answers
16 views

How can i pair two devices via Bluetooth in android?

I am developing BluetoothSharing Application and i am new in this topic. When the activity runs, first it check whether the Bluetooth is On/Off. If its off then by pressing On Button the Bluetooth is ...
0
votes
0answers
4 views

IPv6 in Pan profile

How can we assign ipv6 address to a PAN client when using a PAN Profile as a NAP? It(NAP server) assigns ipv4 by default. But is it possible to change that and make it to assign IPv6 to the client??
0
votes
0answers
9 views

Broken pipe exception when android writes data on the Bluetooth socket

I wrote two piece of code for bluetooth communication between my PC and my android Mobile device. my PC device opens a bluetooth server socket and my android mobile device wants to connect as a client ...
0
votes
0answers
9 views

How to handle AT commands from a Bluetooth headset in Android?

I would like to handle an AT command (for double tap event) from a standard Bluetooth mono headset. By default, the double tap sends AT+BLDN command (Redial event) to the phone. According to Android ...
1
vote
0answers
20 views

Android Bluetooth Java, Constant bluetooth stream to fill up array and write to sdcard

I am writing an Android app that uses bluetooth to stream data (bytes) into an array in another class. The idea behind this is to record a set amount of data (i.e. buffer[60000]) and when it is full, ...
0
votes
1answer
20 views

Pyserial bluetooth working only at 9600 baud rate

I'm working on an arduino sending a sensor value on Serial. Everything works great by USB. But when we use the bluetooth module we can't go any further than 9600 baudrate. At more than 9600 baudrate ...
0
votes
0answers
18 views

How to pair Bluetooth device programmatically Android

I am developing an application where I want to connect a Bluetooth device main issue is I don't want user to enter required pin instead application should do that by himself...I don't have any ...
1
vote
0answers
21 views

(iOS) How do I check an iPhone's paired Bluetooth devices?

I want to use CoreBluetooth (as my app must be eligible for the App Store) to check all of the currently paired and connected Bluetooth devices. This should not require any Bluetooth scanning, right? ...
-1
votes
0answers
31 views

Connect iPhone with non-iPhone device via Bluetooth [closed]

I am trying to connect iPhone with my bluetooth printer. Is it is possible to connect iPhone sdk with non iOS device via Bluetooth? Is there any open source framework to do so? Please help...
0
votes
0answers
14 views

Video live streaming from Windows to iOS device using bluetooth

I've had a bit of a look around on this forum, and it seems that I there are fairly non specific answers to this question: If I am capturing a video on a Windows machine, say a webcam (in my case ...
0
votes
1answer
32 views

How do I check BlueTooth connection status in Android?

I am having trouble with checking the connection status of a BlueTooth socket. The following code causes a Runtime error: public boolean Connected(){ boolean connected = false; ...
0
votes
0answers
16 views

SSL over Bluetooth on Android

are there any libraries available, which support secure data exchange using Bluetooth? Theoretically it can be done, by using NDK and OpenSSL for Android, but I'm interested in some ready libraries. ...
0
votes
0answers
25 views

Android: Auto-Connect to a Bluetooth SPP Slave device coming in range

I'm trying to establish a Bluetooth connection to a spp slave device which comes in communictaion range. So I want to start the app running in foreground. It should connect to the device just when it ...
0
votes
1answer
57 views

Galaxy S4 - Bluetooth Low Energy Peripheral Mode?

I am currently working on an Android project that requires Bluetooth Low Energy Peripheral mode. As of now, just targeting the Galaxy S4 with 4.2.2 on it Samsung BLE SDK at ...
1
vote
0answers
14 views

BluetoothServerSocket.accept() never returns when Bluetooth is disabled

I am using BluetoothServerSocket.accept() to accept incoming Bluetooth connections. It is known that BluetoothServerSocket.accept() blocks until a incoming connection or until error (throwing ...
0
votes
0answers
23 views

BluetoothSocket.isConnected() isn't available on Android 2.3.4

I'm working on a bluetooth app and just realised that BluetoothSocket.isConnected() was added in API Level 14 (Android 4.0) and isn't present in API Level 8.0 (Android 2.3.4) The only way I can think ...
0
votes
1answer
26 views

File is not transferred completely (Android)

I am developing an Android App to send a file via bluetooth to a java server using the BlueCove library version 2.1.0 based on this snippet. At the beginning everything looks fine, but the file will ...
-1
votes
0answers
15 views

Getting a Bluetooth chip to communicate with Android Smartphone [duplicate]

I wish to develop an Android application for my phone (nexus 4) which needs to get the device to communicate with a Bluetooth chip/receiver and back at regular intervals. When I say 'chip' I mean any ...
0
votes
1answer
53 views

auto connect bluetooth to last connected device

I am using bluetooth chat sample and its perfectly fine with pairing the devices and sending text from one device to another but sometimes it disconnects and I would like to reconnect with the last ...
0
votes
0answers
21 views

Android - transmit taken picture via bluetooth

I'm making an android app to take a picture and send the image to a java server running on a PC using bluetooth. I used this example for the bluetooth connection. Taking a picture and saving it to ...
0
votes
1answer
10 views

When would CBCentralManager's state ever be powered on but still give me a “not powered on” warning?

I keep getting this error when I run my app that uses CoreBluetooth on an iPhone 5: <CBConcreteCentralManager: 0x2007d590> is not powered on But when I call state on my program's one and only ...
2
votes
1answer
42 views

Bluetooth for Python 2.7?

What is the best way to do bluetooth programming for Python 2.7? I tried using pybluez, but the downloads appear to go up to only Python 2.6. I also tried downloading the tarball with the source and ...
0
votes
0answers
14 views

Connecting two Health Devices via bluetooth with Android to get Readings from Health Device

I'm developing an android app that reads values from health device and pass that readings to my server.The app supports for two medical devices Ultra Touch mini Gluco meter and A&D Medical ...
0
votes
0answers
15 views

Bluetooth Java Android real time streaming

I'm trying to do an audio feedback streaming in Bluetooth between A PC (Java) and a Galaxy Tab 2 (Android). I'm using bluecove. It's possible to do a real time communication. I send byte arrays of 512 ...
-1
votes
0answers
22 views

establish a connexion between cc2540 and samsung S4 [closed]

I am now working in a biomedical project, I want to calculate esophageal pressure with cc2540 of Texas-Instruments, and transfer signals to samsung S4 when it will be transformed to graphic. My ...
0
votes
0answers
10 views

Creating an app that communicates with my Bluetooth dock

I have a Philips Fidelio AS111 bluetooth dock. The dock comes with an app created by Philips that allows you to set an alarm which will be played through the dock. When the alarm is set, an icon ...
0
votes
0answers
28 views

Python PyBluez connecting to passkey protected device

I'm working on an application in Python (currently 2.7, can switch to 3.3 if necessary) that is supposed to: Detect bluetooth device (finger clip pulse oximeter, if you're interested). Establish ...
0
votes
0answers
28 views

Windows8 barcodescanner with Bluetooth

I am doing research on how to get a barcodescanner working within a Windows8 application over Bluetooth. There isn't a lot of information on this topic on the internet so I'm wondering if anyone else ...
0
votes
1answer
44 views

IOS CoreBluetooth. Cannot discover correct services

I am trying to discover services after connecting to the desired peripheral, but I only can only find non-existant services according to UUIDs. What I mean by that is; that as a means of checking, I ...
0
votes
0answers
27 views

Paring bluetooth with Android using createInsecureRfcommWithServiceRecord

Basically, i'm trying to pair my galaxy note (4.1.2) with a bluesmirf that is connected to arduino (https://www.sparkfun.com/products/582) i ripped this project off Instructables ...
0
votes
1answer
85 views

Android Bluetooth 4.0 Development

Has anyone done Bluetooth BLE development for android before? Currently, from what I researched, HTC and Samsung does provide APIs for their flagship devices. ...
0
votes
0answers
9 views

iOS External Accessory data transfer over HID Bluetooth?

Is it possible to send a simple hex code from an iOS device to an external accessory that is paired using the standard HID profile? If not, is it possible to accomplish that using one of the standard ...
-4
votes
0answers
108 views

iOS7 - What Bluetooth / BT LE features will be supported? [closed]

From the WWDC 2013 Keynote, Apple mentioned "Expanded Bluetooth LE Profile Support", but as of now i can not find any specific informations online, that give more details about the supported features. ...
0
votes
1answer
11 views

From a software standpoint how does bluetooth work?

I'm trying to develop a wireless transfer system (like bluetooth) from scratch and I wanted to first get an understanding of how Bluetooth worked. So what steps take place from when I click "Turn on ...
0
votes
1answer
33 views

ArrayAdapter NullPointerException in BroadcastReceiver onReceive

I have an activity where I'm using an ArrayAdapter that is declared in the class body itself: ArrayAdapter<String> btDevArrayAdapter = null; in my onCreate() function I do the following: ...
0
votes
0answers
10 views

How to change a bluetooth dongle mac address in .NET?

I need to programmatically change a dongle mac address. The reason is: I have several dongles communicating together and some have the same mac address. I'm trying to do this in a .NET program. Any ...
-1
votes
0answers
7 views

hidclient fails on android ics

I am trying to share my Linux machine's keyboard and mouse with my nexus 7 runnung android ics over bluetooth. I am using the hidclient program: ...
0
votes
0answers
7 views

Sending/Receiving data streams via bluetooth from a computer(electronic machine) to an android phone

I am developing an android application which receives/sends data input/output streams (byte []) where the connection is between a computer and an android phone. I have read and (partly) understood the ...
-1
votes
0answers
15 views

Crash when use bluetooth low energy on iPod touch

I am implementing an application use bluetooth low energy but it crashes with i scan device with iPod touch, Can you tell me why?
1
vote
1answer
14 views

Android search for bluetooth devices

I am trying to find the available Bluetooth devices. This is my OnClickListener which is called when the user tries to search for the available devices. View.OnClickListener OnSearchDevices = new ...
0
votes
1answer
11 views

Webbrowser connection over bluetooth

is ist possible to make a connection to a "master" (not internet) over a browser using bluetooth? I want to make a service possibility to a device without creating an App (or just a invisible "driver" ...
0
votes
0answers
32 views

Android Bluetooth “Host is down”

I want a Nexus 7 to be able to pass messages to my MOD Live HUD (Goggles with a screen that run on android). Right now I'm just trying to establish a connection. I have set up the Nexus as the ...
0
votes
0answers
29 views

I can not make the action click

I created the method but does not show AlertDialog. My project is a play by bluetooth and I'm trying to select the device this project is my work of course completion. From already thank you. My ...
1
vote
0answers
12 views

Tanita Scale SDK Andriod

I have try to develop an Android app for take measures over Bluetooth of a Tanita weight scale, but I don't have the Tanita SDK. I have been working with other biosensors, Bluetooth and Android, but I ...
0
votes
0answers
26 views

Meaning of Android Bluetooth RSSI Value

I'm wodering what the RSSI Value, delivered from the Android BluetoothDevice object, exactly means. Is it a value in dBm unit or only a measured signal stregth? Thank you in advance.
0
votes
1answer
9 views

API Error for BluetoothSerialPort.getSerialPortInfo()

I am using BluetoothSerialPort.getSerialPortInfo() for extracting devices which are paired during Bluetooth connection. But this works some times and does not other times it gives null other times ...
2
votes
1answer
71 views
+50

Unable to send text data between two bluetooth devices in android?

I have downloaded the android sample of Bluetooth chat app to send text between two android devices using Bluetooth. I have install and run this app in two android devices. I faced many problem in ...
0
votes
0answers
16 views

Sending and receiving character via bluetooth to electronic board and responding to input from board

I am designing an app to interact with the motherboard of a car. Basically the android device will be connected to the motherboard via Bluetooth. Using code from Bluetooth chat, I am able to connect ...

1 2 3 4 5 85