summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-03-21 18:07:34 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-03-21 18:07:34 +0000
commit4a7167fab783dd23cce4d9f97644cc9520b12b5f (patch)
tree52008971c33c036b3ebd03ed732619236338c32f /daemon
parent11676370a14d77b9fc04af03143fe56ab58753cd (diff)
Add HAL namespace document
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am2
-rw-r--r--daemon/hal-namespace.txt19
2 files changed, 20 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 90fad65d..fc2a92c1 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -50,6 +50,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/sdpd
-EXTRA_DIST = bluetooth.conf echo.service
+EXTRA_DIST = bluetooth.conf echo.service hal-namespace.txt
MAINTAINERCLEANFILES = Makefile.in
diff --git a/daemon/hal-namespace.txt b/daemon/hal-namespace.txt
new file mode 100644
index 00000000..a9361ef5
--- /dev/null
+++ b/daemon/hal-namespace.txt
@@ -0,0 +1,19 @@
+HAL namespace description for Bluetooth
+***************************************
+
+Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org>
+
+
+bluetooth namespace
+===================
+
+bluetooth.uuid (string) Service or device UUID (128-bit)
+
+bluetooth.name (string) Service or device name
+
+bluetooth.description (string) Service or device description
+
+bluetooth.address (string) Remote device address
+
+bluetooth.is_connected (bool) Connection status of service or device
+