Re: Selecting an external USB bluetooth adapter
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=nP0lxYWyD84WZchTUyi42hFNrwfZbidnvaTdenabpkc=; b=nOG0b5OSmuPk2JAvMrrt/2KhVC6FkvtZkvtGWoRBd13dqIOw6pQpzfHw2iYIrTgq6Z KLFfAyqymp1/rKxIn0baQf6Q8vF2ax2T1INiDzq9U88ZB7HsSXHOtpZKu7sTzT4nJ+2u 7dzprFnSgISbRg71ENLQ1y7mf+eOsJNNryjdE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:content-type:content-transfer-encoding; b=pPtubf85xNua3AFCNGxfREGikuVmEAnkUCtfrgPI5Xhe8hiQCUmS0pwIKKlWbqVZMq oQOvIRmLQzhjQc1O5T6UqOosRkaO1hExQK8cMw8QtjIZTV8dqfNjgKzvTFSdP+Wa5CLK VwrQc0QRyLo+Av7cEYv3EbWQwXQmR3kq4yEao= Thanks. That will work to manually select the external adapter, but it requires a system password so it's probably not a good way for an application to switch automatically between devices. I'd like to do it from my Objective-C code. Ideally, I'd like to access the external adapter outside of the API so the internal bluetooth can remain active. All I really care about is opening a connection and getting the RSSI value. Andy Personal home page: www.andybloch.com On Sat, Dec 12, 2009 at 3:16 AM, Matthias Ringwald <mringwal@inf.ethz.ch> wrote:
try the "HCI Controller Selector" of the OS "Bluetooth Explorer" tool.
Matthias On Dec 12, 2009, at 12:12 PM, Andy Bloch wrote:
How does one disable an internal bluetooth adapter and select an external one instead? I have a bluetooth dongle that I want to use. When I plug it in, OS-X sometimes switches to it, but sometimes doesn't. I'd also like to be able to switch between the internal and external adapter or multiple external adapters. (I want to be able to use multiple adapters so I can use multiple directional bluetooth adapters.) Primarily I'm interested in getting RSSI signal levels for proximity detection.
Ideally it would be nice if the OS-X bluetooth API supported multiple Bluetooth adapters simultaneously, but according to what I've read in the archives it doesn't. (Seems like a poor API design decision to me.)
Andy _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/mringwal%40inf.ethz.ch
This email sent to mringwal@inf.ethz.ch
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andy Bloch