From 51c890931321ca0f16377dfe02e11091ed81ac26 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 22 Nov 2006 06:31:14 +0000 Subject: Add examples for SPP and FTP --- hcid/Makefile.am | 3 ++- hcid/service-ftp.xml | 37 +++++++++++++++++++++++++++++++++++++ hcid/service-spp.xml | 25 +++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 hcid/service-ftp.xml create mode 100644 hcid/service-spp.xml diff --git a/hcid/Makefile.am b/hcid/Makefile.am index 1afcc76c..afab067f 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -62,6 +62,7 @@ AM_YFLAGS = -d CLEANFILES = lexer.c parser.c parser.h EXTRA_DIST = $(man_MANS) hcid.conf bluetooth.conf dbus-api.txt \ - service-record.dtd service-did.xml service-opp.xml + service-record.dtd service-did.xml service-spp.xml \ + service-opp.xml service-ftp.xml MAINTAINERCLEANFILES = Makefile.in diff --git a/hcid/service-ftp.xml b/hcid/service-ftp.xml new file mode 100644 index 00000000..1bda8857 --- /dev/null +++ b/hcid/service-ftp.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/hcid/service-spp.xml b/hcid/service-spp.xml new file mode 100644 index 00000000..2b156c3f --- /dev/null +++ b/hcid/service-spp.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit