Bonding of two devices, eg two smartphones, or a computer and keyboard. Term is commonly heard in combination with Bluetooth. When pairing successfully completes, a bond forms between the two devices. This enables those two devices to connect to each other in the future without repeating the pairing process to confirm device identities. When desired, the user can remove the bonding relationship.
Questions tagged [pairing]
241 questions
0
votes
1 answer
BLE 4.2 pairing popup
When using BLE 4.2 with encrypted characteristics, is there a way to bypass the iOS and Android pairing popups when devices try to pair due to read/write characteristic?

user3303471
- 1
- 1
0
votes
2 answers
Group integers into pairs for the closest averages
I've looked around and found a few similar questions here, but none that address this specifically.
What I need to do is, given a set of positive integers (let's assume the set has an even size), group the values into pairs such that the average of…

Derek
- 799
- 2
- 8
- 17
0
votes
1 answer
Connecting to BLE using an initial out-of-band message
I am engineering two BLE devices, a central and peripheral. (Using a PSoC 4 BLE, not that it matters)
There will be a lot of these in a small space, maybe up to 8 within range, but hundreds of peripherals and tens of centrals all coming and going,…

Kenzi
- 1,059
- 8
- 10
0
votes
1 answer
What is the reduction of BLE link throughput if encryption is enabled?
I have read reports that expected throughput on iOS devices is up to 3 kilobytes per second (for example, the article here), but these reports seem to measure the throughput only for unpaired devices, which means no encryption.
My peripheral is…

JustAMartin
- 13,165
- 18
- 99
- 183
0
votes
0 answers
Auto Pairing Android BLE stack
I am working on Lollipop 5.1.1_r6 bluedroid stack and have strange situation with HID device. The first step I made is pairing of the peer with host trough Android Settings->Bluetooth menu.
Well, if I restart Bluetooth service first and then erase…

LadyG
- 1
- 2
0
votes
1 answer
Is it possible to set link layer encryption and pairing mechanisms for Bluetooth in Android app
I am working on a project about intercepting Bluetooth Low Energy (BLE) traffic. Bluetooth offers different kinds of pairing mechanisms like "Just Works" and "Passkey Entry". Furthermore, a Bluetooth connection can be encrypted on the link layer.
In…

arne.z
- 3,242
- 3
- 24
- 46
0
votes
1 answer
Algorithm pairing two unequal lists, with pair restrictions
I need to create an algorithm where I have two lists of unequal size, called Students and Teachers. There are many more Students than there are Teachers. I need to create a pairing for each Student, where each Teacher is matched with approximately…

hallordylo
- 53
- 2
- 9
0
votes
1 answer
Generate pairs from list that hasn't already historically existed
I'm building a pairing system that is supposed to create a pairing between two users and schedule them in a meeting. The selection is based upon a criteria that I am having a hard time figuring out. The criteria is that an earlier match cannot have…

Alexander Högberg
- 65
- 6
0
votes
0 answers
C Bluetooth Pairing Using Bluez
I'm developing a C application on C.H.I.P. board (Debian Jessie on it) ; while I was able to scan for classic and BLE devices using the source code of hcitool scan and hcitool lescan that we can find in /tools/hcitool.c of bluez package, I can't…

Lubron
- 35
- 2
- 15
0
votes
1 answer
BLE disconnects after BT pairing failed
Linux Raspbian Jessie Lite, Bluez 5.40.
I have a GATT server and my own agent for incoming "standard" bluetooth connections (i.e. A2DP).
I can successfully "connect" to the GATT server, but if the user doesn't accept the pairing confirmation (from…

Mark
- 4,338
- 7
- 58
- 120
0
votes
1 answer
Android BLE how can app hijack OS pairing process
I was working with a BLE device, which needs to set the device time during pairing. Writing to the time characteristic in any other time does not effectively set the time.
Currently I am using the Android OS's Bluetooth Manager for pairing. And the…

HarryQ
- 1,281
- 2
- 10
- 25
0
votes
1 answer
Bluetooth pairing (Android client): dialogs appear and then nothing
I'm developing an application for Android and I face an annoying problem. I'm able to found devices which are not paired but can't pair them by any means. I've followed the instructions given on Android website and it doesn't help at all. It's said…

David Benoit
- 1
- 2
0
votes
0 answers
android bluetooth pairing(Mac Known)
How to pair with Bluetooth (Mac Known).
Please provide Pairing and unpair code.It should be PIN related pairing.
Please reply as soon as possible.

Rajat
- 41
- 8
0
votes
0 answers
ios How to get the bluetooth system pair peripheral notification
Here I'm working a iOS app development, using BLE module. But here I met a problem, How can I get the notification immediately when iOS system paired BLE peripheral device in background?
I make a way to solve satisfy this requirement, I set a timer…

陈健 Mark
- 341
- 2
- 14
0
votes
1 answer
Visibility of Android BLE pairing prompt
I'm working on Android app that pairs and interacts with BLE accessory. When app initiates pairing with the accessory for the first time one of two things happen:
Either phone shows pairing dialog with the field for PIN code
Phone adds new…

Maxim
- 962
- 2
- 9
- 21