Android.Bluetooth.IBluetoothProfile
Public APIs for the Bluetooth Profiles.

See Also: IBluetoothProfile Members

Syntax

[Android.Runtime.Register("android/bluetooth/BluetoothProfile", "", "Android.Bluetooth.IBluetoothProfileInvoker")]
public interface IBluetoothProfile : Android.Runtime.IJavaObject, IDisposable

Remarks

Public APIs for the Bluetooth Profiles.

Clients should call BluetoothAdapter.GetProfileProxy(Android.Content.Context, Android.Bluetooth.IBluetoothProfileServiceListener, Android.Bluetooth.IBluetoothProfileServiceListener), to get the Profile Proxy. Each public profile implements this interface.

[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