don't use cocoa run loop. BTdaemon was loosing bytes from /dev/tty.Bluetooth on iOS

This commit is contained in:
matthias.ringwald 2011-03-19 17:37:09 +00:00
parent 66858bb853
commit 16d01b5338

View File

@ -460,11 +460,7 @@ int main (int argc, char * const * argv){
remote_device_db = &REMOTE_DEVICE_DB;
#endif
#ifdef USE_COCOA_RUN_LOOP
run_loop_init(RUN_LOOP_COCOA);
#else
run_loop_init(RUN_LOOP_POSIX);
#endif
// init power management notifications
if (control && control->register_for_power_notifications){