bluez/obexd/client
Christian Fetzer 5316ed07d5 obexd: Fix SetPath response
This fixes the issue, that failed attempts to the OBEX SetPath command
are not propagated through the D-Bus API.

Trace:

  method call sender=:1.942 -> dest=:1.934 serial=8
  path=/org/bluez/obex/client/session3;
  interface=org.bluez.obex.MessageAccess1; member=SetFolder
     string "test"
  method return sender=:1.934 -> dest=:1.942 reply_serial=8

  method call sender=:1.946 -> dest=:1.945 serial=8
  path=/org/bluez/obex/client/session0;
  interface=org.bluez.obex.MessageAccess1; member=SetFolder
     string "test"
  error sender=:1.945 -> dest=:1.946
  error_name=org.bluez.obex.Error.Failed reply_serial=8
     string "Not Found"
2013-05-23 14:34:31 -07:00
..
bluetooth.c obexd: Add bluetooth_getattribute to Bluetooth transport 2013-04-17 13:43:38 +03:00
bluetooth.h obexd: add bluetooth transport driver 2012-12-04 22:48:51 +01:00
dbus.c obexd: Remove unused D-Bus helper functions 2012-12-19 10:29:18 +02:00
dbus.h obexd: Remove unused D-Bus helper functions 2012-12-19 10:29:18 +02:00
driver.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
driver.h obexd: port to gobex 2012-12-04 22:48:43 +01:00
ftp.c obexd: Get rid of gint 2013-05-01 09:08:53 +03:00
ftp.h obexd: add ftp target 2012-12-04 22:48:42 +01:00
manager.c obexd: Remove the total silly usage of gchar and replace it with char 2013-01-04 12:27:55 -08:00
manager.h obexd: Add client prefix to client manager functions 2012-12-18 16:03:42 +02:00
map-event.h obexd: Add Message Notification Service (MNS) server 2013-04-10 14:51:09 +03:00
map.c obexd: Get rid of gint 2013-05-01 09:08:53 +03:00
map.h obexd: Add basic support for MAP client in obex-client 2012-12-04 22:48:50 +01:00
mns.c obexd: Get rid of gchar 2013-05-02 09:03:48 +03:00
opp.c obex-client: Rename org.bluez.obex.ObjectPush to org.bluez.obex.ObjectPush1 2012-12-21 11:59:41 +02:00
opp.h obexd: add opp target 2012-12-04 22:48:42 +01:00
pbap.c obexd: Get rid of gint 2013-05-01 09:08:53 +03:00
pbap.h obexd: add pbap target 2012-12-04 22:48:42 +01:00
session.c obexd: Fix SetPath response 2013-05-23 14:34:31 -07:00
session.h obexd: Add obc_session_get_attribute to session 2013-04-17 13:43:45 +03:00
sync.c obexd: Update string enumeration values to lower case 2012-12-22 18:30:05 +02:00
sync.h obexd: add sync target 2012-12-04 22:48:42 +01:00
transfer.c obexd: Get rid of gint 2013-05-01 09:08:53 +03:00
transfer.h obexd: Add Session property to Transfer interface 2012-12-21 17:06:10 +02:00
transport.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
transport.h obexd: Add getattribute to obc_transport 2013-04-17 13:31:05 +03:00