is bluetooth 2.0 speeds supported on freebsd?
Iain Hibbert
plunky at rya-online.net
Wed Jan 10 14:07:21 PST 2007
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
More information about the freebsd-bluetooth
mailing list