Home
last modified time | relevance | path

Searched refs:AndroidBluetoothMidiInterface (Results 1 – 1 of 1) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/native/
H A Djuce_android_BluetoothMidiDevicePairingDialogue.cpp47 struct AndroidBluetoothMidiInterface struct
319 AndroidBluetoothMidiInterface::pairBluetoothMidiDevice (bluetoothAddress); in run()
355 AndroidBluetoothMidiInterface::unpairBluetoothMidiDevice (device.bluetoothAddress); in connectedDeviceClicked()
361 … StringArray bluetoothAddresses = AndroidBluetoothMidiInterface::getBluetoothMidiDevicesNearby(); in updateDeviceList()
368 … String name = AndroidBluetoothMidiInterface::getHumanReadableStringForBluetoothAddress (*address); in updateDeviceList()
371 switch (AndroidBluetoothMidiInterface::isBluetoothDevicePaired (*address)) in updateDeviceList()
373 case AndroidBluetoothMidiInterface::pairing: in updateDeviceList()
376 case AndroidBluetoothMidiInterface::paired: in updateDeviceList()
379 case AndroidBluetoothMidiInterface::unpaired: in updateDeviceList()
406 AndroidBluetoothMidiInterface::startStopScan (true); in BluetoothMidiSelectorOverlay()
[all …]