"out of band" is used in communcations for data out of the expected communcation range
Questions tagged [out-of-band]
25 questions
1
vote
0 answers
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, for example using NFC SSP (secure simple…

Vlad Alex
- 11
- 1
1
vote
0 answers
Out-of-Band Bluetooth pairing with the btmgmt tool on Linux
Is it possible to have Bluetooth BR/EDR Out-of-Band (OOB) pairing using the btmgmt tool on Linux?
I used the local-oob and remote-oob commands between 2 Linux machines (machines A and B). In machine A, I generate the Hash H_a and Random R_a from…

quinito
- 11
- 3
1
vote
1 answer
Jingle (XEP-0166): Does any Multimedia Data go via my server, and if not, who is billed for the data?
I am running an Openfire server on a AWS EC2 instance and am able to connect to the server from my mobile devices and send messages back and forth. Of course, since XMPP is a client-server based protocol, I incur costs for running this traffic over…

hansa
- 139
- 2
- 13
1
vote
0 answers
Bluetooth “out of band” (OOB) pairing on Windows 7
Is there a way to read the local OOB data from the Bluetooth chip under Windows 7?
I would like to use out-of-band pairing and have currently no clue, how to get the simple pairing hash C and randomizer R.
Btw, I'm currently using C++ and the…

thowa
- 590
- 1
- 8
- 29
0
votes
0 answers
HID Approve OOB Registration
So , am using HID Approve to register a user using Out Of Band using the code below in Vscode:
POST {{base-url}}/scim/FTRESS/v2/Authenticator/34825840
Authorization: Bearer {{token}}
Content-Type: application/scim+json
{
"schemas":…
0
votes
0 answers
Google OAuth OOB Migration
I am running a NodeJS application that uses googleapis library for multiple purposes using a Desktop Client OAuth Credentials created before 28th Feb 2022 to generate the access token. Currently due to Google removing OOB authorization flow, I have…
0
votes
0 answers
Oob Paring - how to?
I am trying to build an app which interacts with a BLE device and uses OOB paring. There are no documentations regarding this anywhere and the bondOutOfband method in the Bluetooth library seems to be hidden. So, I am wondering, does the android…

Ronaldo
- 13
- 3
0
votes
1 answer
Fetching server related info through IPMI protocol
I'm working on IPMI protocol which communicates with a BMC board present in a server. I've got a doubt which basically is that can we get all the server related info(majorily boot options and reseting the system) through IPMI protocol using its…

gautam
- 197
- 1
- 4
- 17
0
votes
0 answers
NFC Bluetooth handover - WITHOUT user confirmation
I wrote an NDEF message in an NFC tag according to NFC Forum specification fo doing a Bluetooth handover. I am facing 2 issues:
Bluetooth is enabled when I tap the tag with my phone but it gets disabled after a very short period (less than a…

Thetchana Moorthi Ramasubbu
- 21
- 1
- 4
0
votes
1 answer
Out of band socket data in Windows Store apps
I have been working on a telnet/SSH app for the Windows Store and the telnet app has been receiving OOB data on its socket but I can't see it inside the app. I know this because the desktop version of the app is receiving OOB data. I also confirmed…

Matt Wesemann
- 1
- 2