Android.Bluetooth.BluetoothA2dp Class
This class provides the public APIs to control the Bluetooth A2DP profile.

See Also: BluetoothA2dp Members

Syntax

[Android.Runtime.Register("android/bluetooth/BluetoothA2dp", DoNotGenerateAcw=true)]
public sealed class BluetoothA2dp : Java.Lang.Object, IBluetoothProfile, IDisposable

Remarks

This class provides the public APIs to control the Bluetooth A2DP profile.

BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP Service via IPC. Use BluetoothAdapter.GetProfileProxy(Android.Content.Context, Android.Bluetooth.IBluetoothProfileServiceListener, Android.Bluetooth.IBluetoothProfileServiceListener) to get the BluetoothA2dp proxy object.

Android only supports one connected Bluetooth A2dp device at a time. Each method is protected with its appropriate permission.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11