From owner-freebsd-bluetooth@FreeBSD.ORG Tue Feb 14 17:28:09 2006 Return-Path: X-Original-To: freebsd-bluetooth@FreeBSD.org Delivered-To: freebsd-bluetooth@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D46316A420; Tue, 14 Feb 2006 17:28:09 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from ismybrain.com (ismybrain.com [64.246.42.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB4E43D48; Tue, 14 Feb 2006 17:28:08 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [10.254.186.111] (localhost.localdomain [127.0.0.1]) by ismybrain.com (8.11.6/8.11.6) with ESMTP id k1EHS7M02938; Tue, 14 Feb 2006 12:28:07 -0500 Message-ID: <43F21326.8000906@savvis.net> Date: Tue, 14 Feb 2006 09:28:06 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Anders Nordby References: <20060214125918.GB51893@totem.fix.no> In-Reply-To: <20060214125918.GB51893@totem.fix.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@FreeBSD.org Subject: Re: Bluetooth compatibility X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 17:28:09 -0000 Anders, > Does ng_ubt support Bluetooth 1.2 devices? Are USB dongles with Bluetooth 1.2 > backwards compatible? I'm considering to buy a D-Link DBT-120 (1.1) or > DBT-122 (1.2) device. in general, yes, bluetooth v1.2 devices will work with ng_ubt(4) and bluetooth stack. i have v1.2 device and it works just fine. keep in mind that ng_hci.h does not yet have definitions for bluetooth v1.2 hci commands and events. it does not mean that you can not send these commands to the device. thanks, max