From ed4d8d47a0a08854440103034cfb008a4e2d412f Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 11 Sep 2006 18:30:27 +0000 Subject: 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) --- sys/dev/bluetooth/btdev.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') 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 { -- cgit