Android.Bluetooth.BluetoothGatt.ConnectionPriorityHigh Field
Connection paramter update - Request a high priority, low latency connection.

Value: 1

Syntax

[Android.Runtime.Register("CONNECTION_PRIORITY_HIGH")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattConnectionPriority enum directly instead of this field.")]
public const GattConnectionPriority ConnectionPriorityHigh

Remarks

Connection paramter update - Request a high priority, low latency connection. An application should only request high priority connection paramters to transfer large amounts of data over LE quickly. Once the transfer is complete, the application should request BluetoothGatt.ConnectionPriorityBalanced connectoin parameters to reduce energy use.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18