Questions tagged [bluetooth-oob]

Out of band (OOB) Bluetooth pairing (bonding) - for example via NFC.

5 questions
12
votes
1 answer

Bluetooth Secure Simple Pairing (SSP) using QR code as Out of Band (OOB) channel

I have a Windows 7 application, which uses Stollmann SDK to successfully bond PC with Android. The bidirectional exchange of Bluetooth MAC address, hash and randomizer is carried out out of band via NFC: The source code of the Windows application…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
9
votes
2 answers

Bluetooth "out of band" (OOB) pairing on Android?

I've been searching the internet and haven't seen anything in the way of how to exactly implement OOB pairing. I was hoping somebody here could point me to some example code to help me out. The chat example in the Android developers site didn't…
Brian
  • 145
  • 1
  • 2
  • 6
4
votes
1 answer

Bluetooth pairing - how to show the simple Cancel/Pair dialog?

I have prepared a simple test project for this question at GitHub. I am trying to create an Android app, which would scan a QR code from a computer screen and then use the data (MAC address and PIN or hash) for easy pairing (bonding) with a…
3
votes
1 answer

BlueZ: get device name by it's mac address

Background: I'm working on OOB Pairing (via USB) between iOS device and embedded Linux board. Currently, on Linux side, I'm receiving bluetooth linkkey (needed for future connections) and mac address. ps: if you are familiar with the subject -…
rsht
  • 1,522
  • 12
  • 27
1
vote
0 answers

Out-Of-Band Pairing between iOS device and embedded Linux

I'm implementing OOB Pairing between iOS 10 device (iPhone) and embedded Linux device (3.10 kernel version, 5.35 BlueZ version) via USB (iAP2 protocol, CarPlay). My question is: does BlueZ supports this kind of pairing? Where to find some…
rsht
  • 1,522
  • 12
  • 27