mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-19 06:40:54 +00:00
don't use cocoa run loop. BTdaemon was loosing bytes from /dev/tty.Bluetooth on iOS
This commit is contained in:
parent
66858bb853
commit
16d01b5338
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user