From owner-freebsd-bluetooth@FreeBSD.ORG Sun Jan 22 08:20:42 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 43C4C16A41F for ; Sun, 22 Jan 2006 08:20:42 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95DAB43D53 for ; Sun, 22 Jan 2006 08:20:40 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [70.32.199.60]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060122082039.RISV8657.mta10.adelphia.net@[192.168.1.254]>; Sun, 22 Jan 2006 03:20:39 -0500 Message-ID: <43D3404D.3040701@savvis.net> Date: Sun, 22 Jan 2006 00:20:29 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Markus Brueffer References: <200601211748.00824.markus@brueffer.de> In-Reply-To: <200601211748.00824.markus@brueffer.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: Missing HCI events 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: Sun, 22 Jan 2006 08:20:42 -0000 Markus, > I've finally found time to sit down and port the kde-bluetooth framework for > FreeBSD. While there are a lot of similarities between the FreeBSD stack and > bluez, I can't find equivalents to some HCI events. great! thanks for doing the work! > While looking for the corresponding #define of EVT_INQUIRY_RESULT_WITH_RSSI, I > found that there are a some events declared in the bluez stack that aren't in > the FreeBSD stack (everything 0x21 and 0x2f). Is there something missing in > the FreeBSD stack? well, yes and no. the particular "inquiry result with rssi" hci event is defined in the bluetooth specification v1.2. freebsd bluetooth stack is v1.1. it is trivial to add required events to ng_hci.h. i will be happy to review and commit the patches for you. thanks, max