Android.Bluetooth.BluetoothHeadset.ActionAudioStateChanged Field
Intent used to broadcast the change in the Audio Connection state of the A2DP profile.

Syntax

[Android.Runtime.Register("ACTION_AUDIO_STATE_CHANGED")]
public const string ActionAudioStateChanged

Remarks

Intent used to broadcast the change in the Audio Connection state of the A2DP profile.

This intent will have 3 extras:

BluetoothProfile.ExtraState or BluetoothProfile.ExtraPreviousState can be any of BluetoothHeadset.StateAudioConnected, BluetoothHeadset.StateAudioDisconnected,

Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission to receive.

[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