Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
83 views

Catching specific MAC Address from Paired Devices

everyone. new here. I'm experiencing an issue comparing MAC address from paired devices. I want my app to do something if it finds that a certain MAC address is already paired to it. Here's part of my ...
perpetualnoob's user avatar
0 votes
0 answers
79 views

bluetooth auto pair if BT name is the same

I would like to know if its possible to auto pair another bluetooth device with the same name. I am trying to create a universal way of pairing and communicating with several devices. For example, ...
Axil's user avatar
  • 3,211
3 votes
1 answer
606 views

createBond doesn't always show pin dialog

After performing a bleScan and giving the user their device to select, I then take that get that device via the getRemoteDevice(address) call. Once I get that BluetoothDevice object, I then call ...
tronious's user avatar
  • 1,557
1 vote
0 answers
212 views

Is there any way to set OobData programmatically for Bluetooth pairing

Can the Out of Band data be set through any available interface? The OobData class is hidden in android API but from what I understand it's still possible to perform OOB Pairing with an android device,...
Vlad Alex's user avatar
0 votes
0 answers
704 views

Android bluetooth settings show duplicate names for same bluetooth device

I am working with a firmware team that writes firmware on a QCC3056 Qualcomm chipset that supports earbuds and I develop an android application that supports the BLE earbud Bluetooth device. The ...
Avinash Parasurampuram's user avatar
0 votes
0 answers
207 views

Issue with the Bluetooth Pairing for BLE device in android

I have to check the that BLE device is paired or not in Android - kotlin. If the device is paired then only I have to move user to the particular screen. So, The UI has list of scanned devices or we ...
Jaimin Modi's user avatar
  • 1,631
1 vote
0 answers
83 views

Automatically pairing 2 BlueTooth devices

I know this question has already been asked but It does not work for me. I want to automatically pair 2 devices without having a pairing notification on my device. I followed the instruction here: How ...
Bazouk55555's user avatar
4 votes
1 answer
845 views

How to get my app to send Bluetooth pairing request via NFC

I am trying to get two Android devices (M & O) to Bluetooth pair via NFC and have only just now managed to get it to partially work after weeks of Googling, trial-and-error and more Googling. At ...
HumanBean's user avatar
  • 452
0 votes
0 answers
356 views

Trying to pair on a LG G5, will not change the state to BONDED

This is the method that I call: Method method = device.getClass().getMethod("createBond", (Class[]) null); method.invoke(device, (Object[]) null); This is the ACTION_BOND_STATE_CHANGED ...
rosu alin's user avatar
  • 5,810
2 votes
0 answers
1k views

Android auto pair (bond) Bluetooth (BLE) device with pin code

I'm trying to pair a Bluetooth (BLE) device without user interaction - meaning that the pairing will be done only programmatically, and the user will not choose Bluetooth device and will not enter the ...
Geeky bean's user avatar
1 vote
0 answers
167 views

Android bluetooth pairing randomly unpair

I thought pairing bluetooth was a "long term" process (once your pair it, it is forever), turns out during my tests my devices sometimes stop being paired. I need a paired device to stay paired : Is ...
Sebastien FERRAND's user avatar
2 votes
0 answers
662 views

Auto Pair Bluetooth

I'm developing a system app for rooted devices (installed in /system/app and with root access) in which I need to pair with a bluetooth device automatically. I know some devices such as parrots, ...
Aldridge1991's user avatar
  • 1,357
12 votes
3 answers
39k views

Android Bluetooth pairing without the user enter a PIN code and confirmation using the Android API

I'm a beginner in Android programming since I only started three months ago. I'm doing a project which connects the Android app to Arduino using Bluetooth. I already have a code for the Android app (...
ian's user avatar
  • 279
11 votes
2 answers
2k views

Pre-pairing bluetooth devices

I would like to be able to pre-pair bluetooth devices, to save the step of user confusion when using the app. I have discovered that there is a patent for System, method and apparatus for pre-pairing ...
user avatar
0 votes
1 answer
575 views

Connect Automatically to Bluetooth Paired Device Efficiently

I've been looking around a lot at the best way to connect to a paired Bluetooth device when it comes back in range, and so far I have a background service that cycles through all of the paired devices ...
Jacob Frey's user avatar

15 30 50 per page