diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-25 10:34:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-07-25 10:34:54 +0000 |
commit | 3587e397424285df38d28b1572ce9118724d5122 (patch) | |
tree | ce9d943fa02de5274803f1723c7ade5dbb410114 /binding-bluetooth/bluetooth-manager.c | |
parent | 2dd4f451d0ca434c662844415bc3a3f3c37a6aa2 (diff) | |
parent | 76d2404f4500a68e07c0778c3c9bb0d5f0e7c89f (diff) |
Diffstat (limited to 'binding-bluetooth/bluetooth-manager.c')
-rw-r--r-- | binding-bluetooth/bluetooth-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binding-bluetooth/bluetooth-manager.c b/binding-bluetooth/bluetooth-manager.c index e234d9b..24312c2 100644 --- a/binding-bluetooth/bluetooth-manager.c +++ b/binding-bluetooth/bluetooth-manager.c @@ -1747,7 +1747,6 @@ int BluetoothManagerInit() { pthread_create(&thread_id, NULL, bt_event_loop_thread, NULL); //pthread_setname_np(thread_id, "BT_Manager"); - sleep(1); return 0; } |