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:
parent
ba9e1cc49b
commit
8aea84e20c
10 changed files with 855 additions and 50 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue