Date: Sun, 22 Jan 2006 00:20:29 -0800 From: Maksim Yevmenkin <maksim.yevmenkin@savvis.net> To: Markus Brueffer <markus@brueffer.de> Cc: freebsd-bluetooth@freebsd.org Subject: Re: Missing HCI events Message-ID: <43D3404D.3040701@savvis.net> In-Reply-To: <200601211748.00824.markus@brueffer.de> References: <200601211748.00824.markus@brueffer.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43D3404D.3040701>