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:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=ocO7FEajV+cCrDy5vQsiYvNEymuMTdkpITZN3T7RWqg=; b=c9N4P5ewji/8W6yDFCmjaQvC4Za2iQn6ODWuyHI3h+YpD2KSGIJwwtRshKa07+C0TM tUDBnXJiewxylL3CPsS/c3sKV8cCxoa+JGiuKavjmyKehZBEZ0ZBL4ux4U9JLlMbY2Je suEcrTdi4g6TPWtIlHrKRed3NtDByVJ5cDTiY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=HcsL73cAQuzsWtYsEQqIFEEEq0gDttkXQ+Vxn1YwLeJJlYkx3GMmqseg+S7lbGuxlP wDlUzR/XU0+/wmohdQL+fe4hst8yWcDNfbGz46pvWAyBD9e7pa546lOfg3IxqNhKITQh 1zSb27ra7kW9K2epLK99XCr+Ui29z3UiIWWBw= Back in 2007, I had tried to create a HID bluetooth service on a OS X (Tiger) system. That failed, due to bugs in OS X (rdar:5094971). Later, when I had long given up on this project, I received note that this issue had been resolved in 10.5. I received no details on how this was resolved, though. Now I finally tried again, and this time, it's gotten worse: While on Tiger I simply noticed wrong SDP entries for my registered service, now the same code crashes blued, apparently. All I do is to invoke IOBluetoothAddServiceDict just as it's documented in Apple's BT docs under "Adding a Service Definition to the SDP Database". I've been trying with two different HID plists, one for a simple "3 button boot mouse" and one with what Apple's own original Bluetooth uses. Neither the crashlog nor the syslog are giving any helpful indication what's going wrong. I'm trying this on 10.6.4. Does anyone know more on this? Has anyone ever successfully registered a HID service on OS X? And is there perhaps a ObjC alternative to this C function? I could not find one. -- Thomas Tempelmann, http://www.tempel.org/ _______________________________________________ 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