Re: Two different Bluetooth adapters on the same machine?
Re: Two different Bluetooth adapters on the same machine?
- Subject: Re: Two different Bluetooth adapters on the same machine?
- From: Bubba Giles <email@hidden>
- Date: Thu, 01 Aug 2002 17:01:22 -0700
Yes, if you match specifically on a device's device/vendor ID, you will get
a shot at the device before we do, since we match on the more general
criteria of the bluetooth device class ID of 224, subclass of 1.
If you plug in two bluetooth adapters and have no other custom drivers
loaded, we will be loaded against the second adapter as well, but we will
check for the presence of HCI controllers and if one is found, we will not
use it, since our stack currently does not support the use of more than one
HCI controller at a time.
>
Hi guys,
>
>
What would happen if I plug another Bluetooth USB adapter in machine
>
running Apple Bluetooth Stack and D-Link adapter plugged in?
>
If the second adapter has different device/vendor id would it be
>
possible to load my home made USB HCI driver against it? I'd like to
>
test my driver and it would be perfect if I could do it on one machine.
>
>
Best Regards,
>
Dmitri.
>
_______________________________________________
>
bluetooth-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
bluetooth-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
Do not post admin requests to the list. They will be ignored.