Re: Using CoreBluetooth from Command Line Tool
Re: Using CoreBluetooth from Command Line Tool
- Subject: Re: Using CoreBluetooth from Command Line Tool
- From: András Kövi <email@hidden>
- Date: Fri, 05 Apr 2013 20:27:27 +0200
I'm not sure either but it works for me pretty well. Though, I haven't tried to read or write characteristics. Do you have any clues why you would need the CFRunLoop? The reference says:
The main queue is automatically created by the system and associated with your application’s main thread. Your application uses one (and only one) of the following three approaches to invoke blocks submitted to the main queue:
If the main thread is used, then any of these should suffice and the same should be enough when a different queue is used as those are mapped to a thread pool and fully managed by the system.
Andras