MidiDeviceInfo.PropertyBluetoothDevice Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bundle key for the device's corresponding Bluetooth device.
[Android.Runtime.Register("PROPERTY_BLUETOOTH_DEVICE", ApiSince=23)]
public const string PropertyBluetoothDevice;
[<Android.Runtime.Register("PROPERTY_BLUETOOTH_DEVICE", ApiSince=23)>]
val mutable PropertyBluetoothDevice : string
Field Value
Implements
- Attributes
Remarks
Bundle key for the device's corresponding Bluetooth device. The value for this property is of type android.bluetooth.BluetoothDevice
. Only set for Bluetooth MIDI devices. Used with the android.os.Bundle
returned by #getProperties
Java documentation for android.media.midi.MidiDeviceInfo.PROPERTY_BLUETOOTH_DEVICE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.