diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-05-30 17:19:36 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-05-30 17:19:36 +0000 | 
| commit | 79f10bf47a1e3f3d7d1eb7b01425e685f37ab52e (patch) | |
| tree | 6ddd5daedcc778d131dd0604786374129aa181b0 | |
| parent | 6ad8c748af797d47f1852042808e6bcb1ca741ce (diff) | |
Correct a couple of object paths in dbus-api.txt
| -rw-r--r-- | hcid/dbus-api.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index eeea9886..6c04f1e7 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -134,7 +134,7 @@ Methods		uint32 InterfaceVersion()  		array{string} ListAdapters() -			Returns list of object paths under /org/bluez/Adapter/ +			Returns list of adapter object paths under /org/bluez  		array{string} ListServices() @@ -769,7 +769,7 @@ Security hierarchy  Service		org.bluez  Interface	org.bluez.Security -Object path	/org/bluez/Manager/ +Object path	/org/bluez  		/org/bluez/{hci0,hci1,...}  Methods		void RegisterDefaultPasskeyAgent(string path) | 
