2023-04-20 23:24:35

by fdanis-oss

[permalink] [raw]
Subject: [bluez/bluez] d36160: obexd: AuthorizePush: Support to return folder nam...

Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: d361604594048b1a4df370b969f9d5140c832d30
https://github.com/bluez/bluez/commit/d361604594048b1a4df370b969f9d5140c832d30
Author: Guiting Shen <[email protected]>
Date: 2023-04-20 (Thu, 20 Apr 2023)

Changed paths:
M doc/obex-agent-api.txt
M obexd/src/manager.c

Log Message:
-----------
obexd: AuthorizePush: Support to return folder name for file storage

The obex agent usually returns the full path by getting the default
folder and filename from the Filename property of the transfer object
which is not convenient.

The patch helps that the obex agent can return the folder name suffixed
with '/' or new full path or even null which will use the default name
if new_name is NULL and the default folder if the new_folder is NULL in
opp_chkput().