site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com -------------------------------------------------- Zach Rosen -------------------------------------------------- On Sep 6, 2007, at 2:02 PM, b00mer@mail386.com wrote: Hi, _______________________________________________ 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... Bluetooth on OS X can be a bit of a black-box operation. It's hard to know whether a bug/limitation like this is with the Bluetooth API, the OS X Bluetooth driver, or the Bluetooth hardware. Many Bluetooth methods seem to need exclusive access; I've noticed that starting a name inquiry will cause the Bluetooth Setup Assistant to fail with an Unknown Error when it is searching for discoverable devices. I would suggest filing your issue as a bug/feature request. It's the only way to get it noticed. Also, async calls are useful if your app wants to do other things in the main thread while waiting for a Bluetooth method to complete. It does not imply that you can call all of these methods at once. I've made an application that does BT device discovery and sends an SDP query when the new device is found. Trouble is when I call IOBluetoothDevicePerformSDPQuery (using callback function) discovery stops - the registered InquiryComplete callback is called immediately with error=0 and aborted=false. Is this a bug? Can't I do the inquiry and SDP query with one local device at the same time? I see little use of async calls for inquiry and query then. Regards, Boris ______________________________________________________________________ _____ Najhitrejši brezplačni klicni dostop :: Varno in zanesljivo po internetu Obiščite http://www.dialup386.com/ _______________________________________________ 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/zrosen% 40mirasoftware.com This email sent to zrosen@mirasoftware.com This email sent to site_archiver@lists.apple.com