1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability

This commit is contained in:
hogliux 2017-04-05 19:07:47 +01:00
parent ba9e1cc49b
commit 8aea84e20c
10 changed files with 855 additions and 50 deletions

View file

@ -179,9 +179,9 @@ public class JUCENetworkGraphicsDemo extends Activity
return address;
}
public boolean isBluetoothDevicePaired (String address)
public int getBluetoothDeviceStatus (String address)
{
return false;
return 0;
}
public void startStopScan (boolean shouldStart)