HID Bluetooth device
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:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=Pw9Oh+nTuj2J1GOaEPMWwys3alB0LKbI9u1TvZjlFSNs/NFW4SavTfjjIhuU3ezAfrgGONboYg499fd8/1jxuX9V23ivN/z3016UEQbB1oqu2dB1l32d58cYmNt+9Mrf0pYGfgkjVBhlOgc23jh0Dv9rH+/X9X96EVu+fsZ9IX0=; 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 SUPERBIGIO@YAHOO.COM 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. _______________________________________________ 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