Language

BluetoothGattConnectionSettings.IsAutomaticMtuEnabled Property

Definition

Returns true if the automatic MTU exchange is enabled for this connection or false otherwise.

public bool IsAutomaticMtuEnabled { [Android.Runtime.Register("isAutomaticMtuEnabled", "()Z", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isAutomaticMtuEnabled", "()Z", "", ApiSince=37)>]
member this.IsAutomaticMtuEnabled : bool

Property Value

Returns true if the automatic MTU exchange is enabled for this connection or false otherwise.

Attributes

Remarks

Returns true if the automatic MTU exchange is enabled for this connection or false otherwise.

Android reference for android.bluetooth.BluetoothGattConnectionSettings.isAutomaticMtuEnabled.

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