diff options
| -rw-r--r-- | daemon/Makefile.am | 2 | ||||
| -rw-r--r-- | daemon/hal-namespace.txt | 19 | 
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 + | 
