From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> obexd not longer depend on openobex so it doesn't make any sense to use its namespace. --- doc/obexd-api.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/obexd-api.txt b/doc/obexd-api.txt index a7920f4..3244479 100644 --- a/doc/obexd-api.txt +++ b/doc/obexd-api.txt @@ -8,8 +8,8 @@ Copyright (C) 2007-2010 Marcel Holtmann <marcel@xxxxxxxxxxxx> Manager hierarchy =============== -Service org.openobex -Interface org.openobex.Manager +Service org.bluez.obex +Interface org.bluez.obex.Manager Object path / Methods @@ -19,7 +19,7 @@ Methods the user to accept/reject objects. Object push service needs to authorize each received object. - Possible errors: org.openobex.Error.AlreadyExists + Possible errors: org.bluez.obex.Error.AlreadyExists void UnregisterAgent(object agent) @@ -27,7 +27,7 @@ Methods registered. The object path parameter must match the same value that has been used on registration. - Possible errors: org.openobex.Error.DoesNotExist + Possible errors: org.bluez.obex.Error.DoesNotExist Signals SessionCreated(object session) @@ -54,8 +54,8 @@ Signals SessionCreated(object session) Transfer hierarchy =============== -Service org.openobex -Interface org.openobex.Transfer +Service org.bluez.obex +Interface org.bluez.obex.Transfer Object path /transfer{0, 1, 2, ...} Methods @@ -70,8 +70,8 @@ Signals Session hierarchy =============== -Service org.openobex -Interface org.openobex.Session +Service org.bluez.obex +Interface org.bluez.obex.Session Object path /session{0, 1, 2, ...} Methods -- 1.7.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html