AudioManager.IsBluetoothScoAvailableOffCall Property

Definition

Indicates if current platform supports use of SCO for off call use cases.

public virtual bool IsBluetoothScoAvailableOffCall { [Android.Runtime.Register("isBluetoothScoAvailableOffCall", "()Z", "GetIsBluetoothScoAvailableOffCallHandler")] get; }
[<get: Android.Runtime.Register("isBluetoothScoAvailableOffCall", "()Z", "GetIsBluetoothScoAvailableOffCallHandler")>]
member this.IsBluetoothScoAvailableOffCall : bool

Property Value

true if bluetooth SCO can be used for audio when not in call false otherwise

Attributes

Remarks

Indicates if current platform supports use of SCO for off call use cases. Application wanted to use bluetooth SCO audio when the phone is not in call must first call this method to make sure that the platform supports this feature.

Java documentation for android.media.AudioManager.isBluetoothScoAvailableOffCall().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also