From 38675f708f4d1e18fd3554a82b0cacd13c10aa16 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 1 Apr 2008 20:51:29 +0000 Subject: Remove the future API document --- hcid/dbus-api-future.txt | 65 ------------------------------------------------ 1 file changed, 65 deletions(-) delete mode 100644 hcid/dbus-api-future.txt diff --git a/hcid/dbus-api-future.txt b/hcid/dbus-api-future.txt deleted file mode 100644 index 715f24668..000000000 --- a/hcid/dbus-api-future.txt +++ /dev/null @@ -1,65 +0,0 @@ -D-Bus API description for BlueZ -******************************* - -Copyright (C) 2004-2007 Marcel Holtmann - - -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) - -- cgit v1.2.1