From 19e7dbecf4b38bf64458a34ea005a8aca0bc8974 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 7 Mar 2008 14:28:43 +0000 Subject: Move documentation into doc directory --- hcid/device-api.txt | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 hcid/device-api.txt (limited to 'hcid/device-api.txt') diff --git a/hcid/device-api.txt b/hcid/device-api.txt deleted file mode 100644 index 82de22f4..00000000 --- a/hcid/device-api.txt +++ /dev/null @@ -1,50 +0,0 @@ -BlueZ D-Bus Device API description -********************************** - -Copyright (C) 2008-2008 Marcel Holtmann -Copyright (C) 2008-2008 Johan Hedberg -Copyright (C) 2008-2008 Claudio Takahasi -Copyright (C) 2008-2008 Luiz von Dentz - -Adapter hierarchy -================= - -Service org.bluez -Interface org.bluez.Device -Object path /org/bluez/{hci0,hci1,...}/{dev_XX_XX_XX_XX_XX_XX...} - -Methods dict GetProperties() - - TBD - - void SetProperty(string name, variant value) - - TBD - - void Disconnect() - - TBD - -Signals PropertyChanged(string name, variant value) - - TBD - - DisconnectRequested() - - TBD - -Properties string Name [readonly] - - string Address [readonly] - - string Class [readonly] - - array{string} UUIDS [readwrite] - - boolean Paired [readonly] - - boolean Trusted [readwrite] - - boolean Connected [readonly] - - string Alias [readwrite] -- cgit