diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-04-24 19:13:15 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-04-24 19:13:15 +0000 |
commit | 14c47b9e49311149a56553c71286aaabd6bd2992 (patch) | |
tree | 3cc641577a01538b9d8d0f0d80723ef838a2c049 /hcid/dbus-api.txt | |
parent | 40448f0abe91bdbf79ac52a1293251f66ee0f84c (diff) |
Changed object path hierarchy
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index d2733970..cf030b5d 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -44,11 +44,6 @@ Errors Failed Error returned when the argument list is invalid or out of specification for the method. - NotImplemented - - Error returned when the called method has not been - implemented. - NotAuthorized Error returned when the caller of a method is not @@ -121,7 +116,7 @@ Manager hierarchy Service org.bluez Interface org.bluez.Manager -Object path /org/bluez/Manager +Object path /org/bluez Methods uint32 InterfaceVersion() @@ -150,7 +145,7 @@ Adapter hierarchy Service org.bluez Interface org.bluez.Adapter -Object path /org/bluez/Adapter/{hci0,hci1,...} +Object path /org/bluez/{hci0,hci1,...} Methods string GetAddress() |