diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-14 21:08:44 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-14 21:08:44 +0000 | 
| commit | 451e08926eda0977f554907c14db359d1b7bfbc7 (patch) | |
| tree | 6ddbbb114124634647f0f6745bd06e5757486a0b | |
| parent | 90157a918462898b51c2d5bbef26115594946505 (diff) | |
Update object paths to new root
| -rw-r--r-- | doc/adapter-api.txt | 2 | ||||
| -rw-r--r-- | doc/device-api.txt | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 1f28988e..56590c8e 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -12,7 +12,7 @@ Adapter hierarchy  Service		org.bluez  Interface	org.bluez.Adapter -Object path	/org/bluez/{hci0,hci1,...} +Object path	/{hci0,hci1,...}  Methods		dict GetProperties() diff --git a/doc/device-api.txt b/doc/device-api.txt index dd14d04b..61911f44 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -12,7 +12,7 @@ Device hierarchy  Service		org.bluez  Interface	org.bluez.Device -Object path	/org/bluez/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX +Object path	/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX  Methods		dict GetProperties() | 
