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
1
vote
1 answer

Obexctl doesnot take any input

When I run obexctl an interactive obex will get created. But I am not able to write anything into it. If I press Ctrl+c then it returns, [obex]# dbus[3097]: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed…
Aysha
  • 39
  • 2
1
vote
0 answers

Obexctl: Provide different result in terminal and script

I have created a script where I want to send file over bluetooth. For that I took "obexctl" utility. I can transfer file using obexctl utility over terminal. But when I'm trying to incorporate the same in a script using expect, it says "Client proxy…
Nikita
  • 425
  • 1
  • 7
  • 19
1
vote
0 answers

Read mobile phone book using obex in c#

i have a OBEXConnect and OBEXRequest custom functions, i am not using library for it OBEXConnect function is as following private bool OBEXConnect() { //send client request byte[] ConnectPacket = new byte[7]; …
Naseem
  • 21
  • 3
1
vote
1 answer

Bluetooth OPP profile - 'Client proxy not available'

I'm trying to enable the bluetooth OPP profile in my linux machine(Ubuntu-16.04 LTS) to connect it with android phone. Initially I enabled the bluetooth interface using the command, /etc/init.d/bluetooth start Began to scan for the devices to…
1
vote
1 answer

Read contacts using bluetooth

I'm trying to read contacts from my mobile device using 32feet library and i'm having a bad request error when I try. The device is paired with my app. This is my code: var item = (BluetoothDeviceInfo)listBox.SelectedItem; Task.Run(() => { …
1
vote
1 answer

Raspberry Pi : Obexpushd Error: cannot create file: File exists

ps auxw | grep obex-da root 3119 0.0 0.1 4276 1880 pts/1 S+ 13:07 0:00 grep obex-da root@raspberrypi:/home/pi# sudo obexpushd -B -n obexpushd 0.11.2 Copyright (C) 2006-2010 Hendrik Sattler This software comes with ABSOLUTELY NO…
Chaitanya Bapat
  • 3,381
  • 6
  • 34
  • 59
1
vote
2 answers

which library should i use to import the package 'javax.obex.ClientSession' in javase?

i got a program that send file to mobile device. After opening it in the NetBeans IDE it shows error in the lines shown below import javax.obex.ClientSession; import javax.obex.HeaderSet; import javax.obex.Operation; it shows error as package…
Vishnu Pradeep
  • 2,087
  • 2
  • 29
  • 56
1
vote
0 answers

Windows Phone 8.1 - Receive files with OBEX

i have successfully implemented a library for sending files over Bluetooth via Obex Object Push Profile on Windows Phone 8.1 app (C#). Anyway, I need to implement also the opposite direction (receive files via OPP) but I'm not able to find a way to…
LorenZ
  • 11
  • 2
1
vote
1 answer

bluetooth library for latest Android / Cyanogenmod?

I am trying to build some of the bluetooth terminal tools such as hcitool and obexftp for Android with NDK. However, from what I understand, the libbluetooth.so, which was included in several Android implementations of hcitool, hcidump, obexftp no…
22332112
  • 2,337
  • 5
  • 21
  • 42
1
vote
1 answer

Sending file over OBEX push profile

I've been able to open a raw bluetooth socket to the obex push profile channel of a device. My goal is to be able to send files over the protocol. Where can I find any info how the headers should be set up and how the communication should…
monoceres
  • 4,722
  • 4
  • 38
  • 63
1
vote
1 answer

C# 32feet obex bluetooth not supported by some phones

I have a project where a karaoke machine records the user and then lets the user connect to the machine via Bluetooth with his/her phone and download their recording. After a lot of reading, examples, documentations I tried using 32feet (the karaoke…
franOM
  • 13
  • 3
1
vote
1 answer

Browse files through bluez

I want to create an app in Linux that can browse the files from a bluetooth phone and eventually retrieve them. I've been reading and googling and it seems the way to do it is communicating with Bluez via DBus. However there doesn't seem to be DBus…
knocte
  • 16,941
  • 11
  • 79
  • 125
1
vote
1 answer

Bluetooth for ARM embedded linux

I'm struggling now for a few days to setup bluetooth services on an ARM embedded device running Linux. I'm using a bluetooth dongle connected via USB. Let's start with the beginning. I had to compile myself all the required packages, and that means…
fml
  • 13
  • 1
  • 3
1
vote
1 answer

Bluetooth Obex using brecham.obex upload and download of folder

I have seen many samples how to upload and download files using the brecham.obex and I was able to do that, but my question is, using the brecham.obex, can I upload or download a folder instead of files only?
1
vote
0 answers

Android bluetooth pbap get request failure

everyone. I try to implement a pbap client on Android platform. My client can get phonebook from most of android phones. But when I connect to HTC G11, it does not work normally. my main code is as follows: mSocket =…
dragonfly
  • 1,151
  • 14
  • 35