Android.Media.AudioManager.BluetoothScoOn Property
Checks whether communications use Bluetooth SCO.

Syntax

[get: Android.Runtime.Register("isBluetoothScoOn", "()Z", "GetIsBluetoothScoOnHandler")]
[set: Android.Runtime.Register("setBluetoothScoOn", "(Z)V", "GetSetBluetoothScoOn_ZHandler")]
public virtual bool BluetoothScoOn { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Checks whether communications use Bluetooth SCO.

Set method documentation [Android Documentation]

Request use of Bluetooth SCO headset for communications. This method should only be used by applications that replace the platform-wide management of audio settings or the main telephony application.

Requirements

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