site_archiver@lists.apple.com Delivered-To: Bluetooth-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=aYbPWSzselD/ti5TKXI+BZ6gZqxQZx84WBKgdP03eEWU3OcntTrhmBNBFUV/y21Bp8Vs580LcKvsK78494rrPpscErLzEnS8CA7Qrzc4fDxvAMYC1yOSJUydFvpE0g7sT4MWMfWuxREJM3bb0Rg0ZBkzZM+s4EsrbSHKqYiGPu8=; For what is worth, I have never figured out a way to use the HID manager for Bluetooth. Would still love to learn how to use HID manager for Bluetooth, though. All projects that use Bluetooth that I know of use the lower level Bluetooth API to communicate (which works very well, BTW) That's the way I ended up going for my project. Best. - Luigi ------------------------------------------------------------ THIS E-MAIL MESSAGE IS FOR THE SOLE USE OF THE INTENDED RECIPIENT AND MAY CONTAIN CONFIDENTIAL AND/OR PRIVILEGED INFORMATION. ANY UNAUTHORIZED REVIEW, USE, DISCLOSURE OR DISTRIBUTION IS PROHIBITED. IF YOU ARE NOT THE INTENDED RECIPIENT, CONTACT THE SENDER BY E-MAIL AT SUPERBIGIO@YAHOO.COM AND DESTROY ALL COPIES OF THE ORIGINAL MESSAGE. WITHOUT PREJUDICE UCC 1-207. ------------------------------------------------------------ ----- Original Message ---- From: Hans-Christoph Steiner <hans@eds.org> To: Bluetooth-dev@lists.apple.com Sent: Tuesday, March 11, 2008 11:38:48 AM Subject: Re: HID Bluetooth device I also am looking for the exact same thing as Luigi was a year ago. I checked out the code for the DarwiinRemote project, but it does not seem to use HID Manager. I am guessing based on this that is it using some CoreGraphics/QuartzComposer API: CGEventPost(kCGHIDEventTap, event); Anyone have any docs, example code, or even ideas about using Bluetooth devices with HID Manager? .hc
Hi Luigi
take a look at the Code from the DarwiinRemote Project http://sourceforge.net/projects/darwiin-remote/
Additional info on http://www.wiili.org/index.php/DarwiinRemote
Best, Matthias
On 02.02.2007, at 20:30, Luigi Castelli wrote:
Hi there,
I am in the process of writing a driver for a HID Bluetooth device. Specifically I am talking about the Nintendo Wiiremote and accessories.
I read on the Apple website that Bluetooth inquiries are not recommended and that the HID manager has built-in capabilities to deal with Bluetooth devices without even using the Bluetooth API.
I would like to use the HID manager to connect to the device since at that point everything is taken care of by the OS. However I don't know if that's gonna work yet, so as a 2nd option I would like to use the Bluetooth API calls to estabilish connection to the device at a "lower level" so to speak. In the latter case the functions defined in IOBluetoothUIUserLib.h seem to be recommended over the non UI ones.
Unfortunately I couldn't find any sample code anywhere.
Could anybody provide some sample code or point me to resources that could help me in my project?
Thanks in advance for any help.
- Luigi Castelli
------------------------------------------------------------ THIS E-MAIL MESSAGE IS FOR THE SOLE USE OF THE INTENDED RECIPIENT AND MAY CONTAIN CONFIDENTIAL AND/OR PRIVILEGED INFORMATION. ANY UNAUTHORIZED REVIEW, USE, DISCLOSURE OR DISTRIBUTION IS PROHIBITED. IF YOU ARE NOT THE INTENDED RECIPIENT, CONTACT THE SENDER BY E-MAIL AT email@hidden AND DESTROY ALL COPIES OF THE ORIGINAL MESSAGE. WITHOUT PREJUDICE UCC1-207. ------------------------------------------------------------
_____________________________________________________________________ _______________ Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now.
---- I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers. - General Smedley Butler _______________________________________________ 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/superbigio%40yahoo.com This email sent to superbigio@yahoo.com ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs _______________________________________________ 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)
-
Luigi Castelli