GattSubrateMode Enum
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.
public enum GattSubrateMode
type GattSubrateMode =
- Inheritance
-
GattSubrateMode
Fields
| Name | Value | Description |
|---|---|---|
| Off | 0 | Connection Subrate mode - Request to disable subrate mode. Android reference for 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 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 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 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 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 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. |