From bc3689e7e97b6285e71314a4324dc4cb3a6a48f4 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 21 Dec 2012 23:34:55 +0200 Subject: [PATCH] doc: Use lower case string values for supported OBEX targets --- doc/obex-api.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index 4531c4b92..0cd5a8b8b 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -23,11 +23,11 @@ Methods object CreateSession(string destination, dict args) The currently supported targets are the following: - "FTP" - "MAP" - "OPP" - "PBAP" - "SYNC" + "ftp" + "map" + "opp" + "pbap" + "sync" Possible errors: org.bluez.obex.Error.InvalidArguments org.bluez.obex.Error.Failed -- 2.47.3