site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com On 16/11/2005 at 3:14 PM -0800, Joseph Kelly <joeman@mac.com> wrote:
It is absolutely not advisable to use a dedicated worker thread to call the Bluetooth api's. It's unreliable, and you won't even be able to use IOBluetoothUI.framework.
I've ensured that my framework functions that end up calling into the IOBluetoothUI framework are always called on the application's UI thread. If I ensure this, what problems would I encounter if I create a thread that is responsible for calling into the IOBluetooth framework and have my other framework functions pass messages to this thread? If I create a thread using pthreads, will that thread have an associated run loop or do I have to create one explicitly? The documentation I've read was not clear on this point. Thanks for any insight! geoff _______________________________________________ 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