Lingua

GattSubrateMode Enum

Definition

public enum GattSubrateMode
type GattSubrateMode = 
Inheritance
GattSubrateMode

Fields

Name Value Description
Off 0

Connection Subrate mode - Request to disable subrate mode.

Android reference 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.

Low 1

Connection Subrate mode - Requests to enable subrate mode with parameters optimized for low burstiness, minimum power consumption. This is the most power-efficient subrate configuration.

Android reference for android.bluetooth.BluetoothGatt.SUBRATE_MODE_LOW.

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.

Balanced 2

Connection subrate mode - Requests to enable subrate mode using balanced parameters to provide a compromise between power savings and performance.

Android reference for android.bluetooth.BluetoothGatt.SUBRATE_MODE_BALANCED.

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.

High 3

Connection subrate mode - Requests to enable subrate mode with parameters optimized for high burstiness, enhanced data transfer.

Android reference for android.bluetooth.BluetoothGatt.SUBRATE_MODE_HIGH.

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.

SystemUpdate 99

Connection Subrate mode - System Update.

Android reference for android.bluetooth.BluetoothGatt.SUBRATE_MODE_SYSTEM_UPDATE.

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.

NotUpdated 255

Connection Subrate mode - No Update applied due to error.

Android reference for android.bluetooth.BluetoothGatt.SUBRATE_MODE_NOT_UPDATED.

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