diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-04-01 20:51:29 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-04-01 20:51:29 +0000 | 
| commit | 38675f708f4d1e18fd3554a82b0cacd13c10aa16 (patch) | |
| tree | 9a28fc0390644a1be3f60e1abc18a320bdd22947 | |
| parent | 797ca808e5cd54f173754c979bbfd110ea79cd9d (diff) | |
Remove the future API document
| -rw-r--r-- | hcid/dbus-api-future.txt | 65 | 
1 files changed, 0 insertions, 65 deletions
| diff --git a/hcid/dbus-api-future.txt b/hcid/dbus-api-future.txt deleted file mode 100644 index 715f2466..00000000 --- a/hcid/dbus-api-future.txt +++ /dev/null @@ -1,65 +0,0 @@ -D-Bus API description for BlueZ -******************************* - -Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org> - - -Manager hierarchy -================= - -Service		org.bluez -Interface	org.bluez.Manager -Object path	/org/bluez - -Methods		array{string} ListServers() - -		string CreateServer(string service) - - -Server hierarchy -================ - -Service		org.bluez -Interface	org.bluez.Server -Object path	/org/bluez/{server0,server1,...} - - -Adapter hierarchy -================= - -Service		org.bluez -Interface	org.bluez.Adapter -Object path	/org/bluez/{hci0,hci1,...} - -Methods		array{sring} ListDevices() - -		string FindDevice(string pattern) - -		string CreateDevice(string address) - -		string CreatePairedDevice(string device) - -Signals		void DeviceCreated(string path) - -		void DeviceRemoved(string path) - - -Device hierarchy -================ - -Service		org.bluez -Interface	org.bluez.Device -Object path	/org/bluez/{hci0,hci1,...}/{device0,device1,...} - -Methods		string GetAddress() - -		string GetName() - -		array{string} ListInterfaces() - -		void CreateInterface(string service) - -Signals		void InterfaceCreated(string interface) - -		void InterfaceRemoved(string interface) - | 
