From efe00e971232f837a702d43ea471b19028e941a7 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Wed, 26 May 2010 20:54:07 +0000 Subject: [PATCH] pause for 2 seconds after toggling Apple BT --- src/bt_control_iphone.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bt_control_iphone.m b/src/bt_control_iphone.m index 4f966663e..781b658ee 100644 --- a/src/bt_control_iphone.m +++ b/src/bt_control_iphone.m @@ -81,6 +81,7 @@ int iphone_system_bt_enabled(){ void iphone_system_bt_set_enabled(int enabled) { SBA_setBluetoothEnabled(enabled); + sleep(2); // give change a chance } #endif