Android.Bluetooth.BluetoothA2dp Members

The members of Android.Bluetooth.BluetoothA2dp are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ActionConnectionStateChangedstring. Intent used to broadcast the change in connection state of the A2DP profile.
const
ActionPlayingStateChangedstring. Intent used to broadcast the change in the Playing state of the A2DP profile.
const
StateNotPlayingA2dpState (11). A2DP sink device is NOT streaming music.
const
StatePlayingA2dpState (10). A2DP sink device is streaming music.

Public Properties

[read-only]
ConnectedDevicesIList<BluetoothDevice>. Get connected devices for this specific profile.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Finalize()
Invoked when the garbage collector has detected that this instance is no longer reachable.
GetConnectionState(BluetoothDevice) : ProfileState
Get the current connection state of the profile
GetDevicesMatchingConnectionStates(ProfileState[]) : IList<BluetoothDevice>
Get a list of devices that match any of the given connection states.
IsA2dpPlaying(BluetoothDevice) : bool
Check if A2DP profile is streaming music.