Questions tagged [obex]

OBEX is an abbreviation of OBject EXchange, also termed IrOBEX

OBEX is an abbreviation of OBject EXchange, also termed IrOBEX, and is a communications protocol that facilitates the exchange of binary objects between devices.

83 questions
0
votes
1 answer

Stream video from PC to smartphone via bluetooth with 32feet

Is is possible to steram a video from my PC to my Smartphone via bluetooth using the 32feet library and an android smartphone? I want to do this without having a dedicated app installed on the smartphone. I came across the OBEX protocol for files,…
Uri Abramson
  • 6,005
  • 6
  • 40
  • 62
0
votes
1 answer

Unexpected reply signature: got "oa{sv}", expected "(oa{sv})"

Using C++/QtDBus. I'm trying to get a reply from DBus call to function described as: object, dict PullAll(string targetfile, dict filters). I registered (qDBusRegisterMetaType) a type defined as: typedef QPair< QDBusObjectPath, QVariantMap >…
user1426139
0
votes
1 answer

How can I find out the device name and the OBEX interfaces from a USB device?

In a shell-script (or Perl) I need a subroutine that returns for all my USB devices, their device names, and, if available, their respective OBEX interfaces. I managed to get the device names and - with obexftp --usb - the obex-interfaces. How can…
sid_com
  • 24,137
  • 26
  • 96
  • 187
0
votes
1 answer

OBEX/OPP File sender, problems with initializing device address

Source: The OPs Working Solution: Sending a File using Bluetooth OBEX Object Push Profile (OPP) I am trying to use this source in order to test transfer with my app. I have also tried running with variants but the main issue I am getting is that…
gradytrain
  • 189
  • 1
  • 2
  • 11
0
votes
0 answers

Traverse Each Folder in a Obex Directory

I'm developing a File transfer application in winforms, and i want to add a functionality in downloading a folder, so far i was able to implement the uploading of folder since the process is done in the client side, but In downloading is a different…
0
votes
1 answer

Android Bluetooth Send Private/Internal File using OBEX

Is it possible send file from Android application private directory via Bluetooth? (directory /data/data//.. (getFilesDir())) i can't anywhere find and answer to this. This and Intent.ACTION_SEND approach works fine with external files: Sending a…
lietus
  • 199
  • 2
  • 11
-1
votes
1 answer

Coding a Windows 10 OBEX client in C

I am in the process of making an embedded device that will be configurable through Bluetooth. I have decided that OBEX is the way to go (a similar device is configurable through ethernet using FTP and I want to use the same approach). The embedded…
Henk Kok
  • 191
  • 2
  • 11
-1
votes
2 answers

Binary transfer using bluetooth android--(OBEX)

I need to transfer binary data through bluetooth in android. Should I use OBEX for it or is there any other way of doing it. Please suggest me a tutorial/link for the same.
user941985
  • 21
  • 4
1 2 3 4 5
6