BluetoothGatt.SubrateModeOff Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Bluetooth.GattSubrateMode enum directly instead of this field.
Connection Subrate mode - Off
[Android.Runtime.Register("SUBRATE_MODE_OFF", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattSubrateMode enum directly instead of this field.", true)]
public const Android.Bluetooth.GattSubrateMode SubrateModeOff = 0;
[<Android.Runtime.Register("SUBRATE_MODE_OFF", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattSubrateMode enum directly instead of this field.", true)>]
val mutable SubrateModeOff : Android.Bluetooth.GattSubrateMode
Field Value
Value = 0Implements
- Attributes
Remarks
Connection Subrate mode - Off
Java documentation for android.bluetooth.BluetoothGatt.SUBRATE_MODE_OFF.
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.