summaryrefslogtreecommitdiffstats
path: root/hcid/device-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/device-api.txt')
-rw-r--r--hcid/device-api.txt50
1 files changed, 0 insertions, 50 deletions
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 <marcel@holtmann.org>
-Copyright (C) 2008-2008 Johan Hedberg <johan.hedberg@nokia.com>
-Copyright (C) 2008-2008 Claudio Takahasi <claudio.takahasi@indt.org.br>
-Copyright (C) 2008-2008 Luiz von Dentz <luiz.dentz@indt.org.br>
-
-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]