Android.Bluetooth.BluetoothGatt.RequestConnectionPriority Method
Request a connection parameter update.

Syntax

[Android.Runtime.Register("requestConnectionPriority", "(I)Z", "")]
public bool RequestConnectionPriority ([Android.Runtime.GeneratedEnum] GattConnectionPriority connectionPriority)

Parameters

connectionPriority
Request a specific connection priority. Must be one of BluetoothGatt.ConnectionPriorityBalanced, BluetoothGatt.ConnectionPriorityHigh or BluetoothGatt.ConnectionPriorityLowPower.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionIf the parameters are outside of their specified range.

Remarks

Request a connection parameter update.

This function will send a connection parameter update request to the remote device.

[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