mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-30 16:20:24 +00:00
pause for 2 seconds after toggling Apple BT
This commit is contained in:
parent
4884ef69f3
commit
efe00e9712
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user