Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2007 21:44:21 +0000 (GMT)
From:      Iain Hibbert <plunky@rya-online.net>
To:        "Alexander V\. Ribchansky" <triosoft@triosoft.com.ua>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: is bluetooth 2.0 speeds supported on freebsd?
Message-ID:  <1168465461.328656.2681.nullmailer@galant.ukfsn.org>
In-Reply-To: <45A4AF8F.90106@triosoft.com.ua>
References:  <45A3BAAB.4040903@zk.informjust.ua> <45A3D66C.2050605@savvis.net> <49327.91.124.7.194.1168371717.squirrel@webmail.ic.uz.ua> <45A3F31D.2060709@savvis.net> <1168378526.559195.4307.nullmailer@galant.ukfsn.org> <45A4AF8F.90106@triosoft.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 10 Jan 2007, Alexander V. Ribchansky wrote:

> Iain Hibbert ?????:
> > 	ptype: [0xcc18] DM1 DH1 DM3 DH3 DM5 DH5 2-DH1 3-DH1 2-DH3 3-DH3 2-DH5 3-DH5
>
> I'm a very-very newbie in bluetooth, but if the whole problem is to
> properly detect adapter capabilities and to properly config frame mask
> if adapter supports EDR, could someone tell me a place in src, where I
> should apply WHERRY DIRTY HACK to insist that adapter support EDR
> frames? just to test if it work with 2.0 adapter. Or I miss something,
> reading this thread?

You need to adjust the packet types that are allowed - look at
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c and search for CREATE_CON to see
where the connection is made. Just a few lines down hardwire
req->cp.pkt_type=0xcc18 which should enable all the packet types as
above.

To make it work properly, you would have to interpret the other packet
types from the mask.

regards,
iain




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1168465461.328656.2681.nullmailer>