summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btdev.h
diff options
context:
space:
mode:
authorplunky <plunky@NetBSD.org>2006-09-11 18:30:27 +0000
committerplunky <plunky@NetBSD.org>2006-09-11 18:30:27 +0000
commited4d8d47a0a08854440103034cfb008a4e2d412f (patch)
tree20bba52109d570554a41c6fa2787970cc400990b /sys/dev/bluetooth/btdev.h
parent5411355304ea12bbec8beca3f7850d83afeba1dd (diff)
also include service name in dictionary being sent to kernel.
(this is not used just yet, but it might be in the future and it will be easier if we dont have to provide code to handle its absence)
Diffstat (limited to 'sys/dev/bluetooth/btdev.h')
-rw-r--r--sys/dev/bluetooth/btdev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/bluetooth/btdev.h b/sys/dev/bluetooth/btdev.h
index 4490169e888..db1efdc0b93 100644
--- a/sys/dev/bluetooth/btdev.h
+++ b/sys/dev/bluetooth/btdev.h
@@ -1,4 +1,4 @@
-/* $NetBSD: btdev.h,v 1.3 2006/09/10 15:45:56 plunky Exp $ */
+/* $NetBSD: btdev.h,v 1.4 2006/09/11 18:30:27 plunky Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -42,6 +42,7 @@
#define BTDEVtype "device-type"
#define BTDEVladdr "local-bdaddr"
#define BTDEVraddr "remote-bdaddr"
+#define BTDEVservice "service-name"
#ifdef _KERNEL
struct btdev {