Questions tagged [bluetooth]

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.

Bluetooth wireless technology was developed by Jaap Haartsen Mattisson Svenis in 1994 and is the global short-range wireless standard enabling connectivity for a broad range of electronic devices using short-wavelength UHF radio waves in the ISM band from 2.4 to 2.485 GHz.

Features include:

  • small-form factor radio
  • low power
  • low cost
  • built-in security
  • robustness
  • ease-of-use
  • ad hoc networking abilities.

Manufacturers and consumers can choose to activate one or all of these features in Bluetooth enabled devices, depending on device functionality.

Oficial Site

bluetooth.com

Mainly specifications

  • 1.2 2003, 721 kbit/s
  • 2.0 2004, 2,1 Mbit/s
  • 3.0 + HS 2009, 24 Mbit/s
  • 4.0 2010, 32 Mbit/s
  • 5.0 2016-17, 64 Mbit/s

More details in wikipedia.

Books

17156 questions
5
votes
1 answer

Ford CAN Data and ELM327

I am trying to use a Bluetooth ELM327 wireless OBD-II receiver to obtain data from a vehicles OBD-II port. I am not trying to gather information about the engine, but rather some of the electronics in the vehicle. I have been given certain commands…
Adam Jakiela
  • 2,188
  • 7
  • 30
  • 48
5
votes
1 answer

Connect to a bluetooth device programmatically objective c

Is it possible to programmatically connect to a bluetooth device. So, without having the user to open the Bluetooth settings and select the device they need to connect to. Note: The device it needs to connect to will always have the same device…
David Flanagan
  • 373
  • 2
  • 7
  • 19
5
votes
0 answers

java.io.IOException: [JSR82] accept: Connection is not created (failed or aborted)

I want to create BluetoothServerSocket in Samsung GALAXY TAB 8.9. (android 4.04) When invoke mmServerSocket.accept() - throwed: "java.io.IOException: [JSR82] accept: Connection is not created (failed or aborted)." I read many similar article but…
MaksymDovbnia
  • 530
  • 1
  • 4
  • 11
5
votes
0 answers

Is it possible to create Bluetooth socket using Android NDK?

Is it possible to create Bluetooth socket using Android NDK? Thanks in advance!
Taras
  • 2,526
  • 3
  • 33
  • 63
5
votes
1 answer

How to discover another device without using Gamekit, EAaccessory and core Bluetooth framework in iOS?

I want to detect the device without using GameKit framework, EAaccessory framework & core Bluetooth framework. Since the device which i want to discover doesn't have BLE. Can it possible in iOS ?
Brijesh Singh
  • 739
  • 1
  • 6
  • 23
5
votes
3 answers

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 installed and run this app in two android devices. I faced many problems in that code Service discovery failed exception -…
Sankar Ganesh PMP
  • 11,927
  • 11
  • 57
  • 90
5
votes
2 answers

Pairing two Android devices to a third device using Bluetooth

I am doing an Android application where I need 2 devices or more to be able to connect to one device via Bluetooth. The code to connect two devices together in a peer-to-peer form works, but when I try to connect another I get an IOException saying…
Jean-Paul Manuel
  • 546
  • 2
  • 12
  • 29
5
votes
1 answer

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, then I call the AcceptThread() method to create a…
Shubham Saini
  • 738
  • 3
  • 8
  • 18
5
votes
1 answer

Declaring MIME type for a "custom file" that is to be Sent via Bluetooth

I really need help in solving this issue: I am developing an application to transfer a file from my application to other phone using Blue-tooth. When I wanted to transfer an image file, the part of my code went as follows: …
5
votes
4 answers

Arduino + RN-42 Bluetooth module HID

I am trying to make a "keyboard" with my Arduino Mini Pro and a RN-42 HID Bluetooth module. I can connect to it with my MacBook and it shows up as a Bluetooth keyboard. Also, I can press buttons and it sends commands. Perfect right? Unfortunately…
user2238127
  • 63
  • 1
  • 5
5
votes
1 answer

Bluetooth Secureaccept() Failed, Nexus 7, Android 4.2.2

I am running the Bluetooth Chat sample from the Android SDK 4.2 sample pack with no modifications to the code. My target is a Nexus 7 running Android 4.2.2. I get these errors as soon as I attempt a Secure Connect to a paired device. Connect…
jilbot
  • 145
  • 3
  • 9
5
votes
1 answer

The BroadcastReceiver for the ACTION_MEDIA_BUTTON intent fires TWICE per MediaButton click

I have a simple but probably badly structured Android application. It consists of two java classes: MainActivity extending Activity, and the RemoteControlReceiver that extends BroadcastReceiver. I have followed the instruction in the following two…
user2275463
  • 53
  • 1
  • 3
5
votes
1 answer

Android Bluetooth .connect() exception Nexus 7 OBDII adapter

I'm using standard API procedures for connecting to a device. Specifically OBDII bluetooth adapters. I have two OBDII bluetooth adapters, of different models. Running the exact same code, the first will pair and connect without issue with every…
5
votes
1 answer

Android - Function to route audio between smartphone and bluetooth module

This is my first post on Stackoverflow. I try to route audio on android smartphone for the past few days but I don't find function to do that properly. It is for making a Bluetooth Babyphone. I need to make a routing between smartphone and Bluetooth…
user2235813
  • 51
  • 1
  • 2
5
votes
2 answers

Accessing Bluetooth data via Serialport in C#

So I'm working in Unity3D, programming in C#, and I heard that one can read data from a Bluetooth adaptor via SerialPort. I have several Bluetooth USB adaptors that I've tried to connect on my PC using this method. However, when I try to open the…
Rice_Crisp
  • 1,242
  • 1
  • 16
  • 33
1 2 3
99
100