pause for 2 seconds after toggling Apple BT

This commit is contained in:
matthias.ringwald 2010-05-26 20:54:07 +00:00
parent 4884ef69f3
commit efe00e9712

View File

@ -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