BluetoothGatt.AbortReliableWrite Method

Definition

Overloads

AbortReliableWrite()

Cancels a reliable write transaction for a given device.

AbortReliableWrite(BluetoothDevice)
Obsolete.

Cancels a reliable write transaction for a given device.

AbortReliableWrite()

Cancels a reliable write transaction for a given device.

[Android.Runtime.Register("abortReliableWrite", "()V", "")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public void AbortReliableWrite ();
[<Android.Runtime.Register("abortReliableWrite", "()V", "")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.AbortReliableWrite : unit -> unit
Attributes

Remarks

Java documentation for android.bluetooth.BluetoothGatt.abortReliableWrite().

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

AbortReliableWrite(BluetoothDevice)

Caution

deprecated

Cancels a reliable write transaction for a given device.

[Android.Runtime.Register("abortReliableWrite", "(Landroid/bluetooth/BluetoothDevice;)V", "")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
[System.Obsolete("deprecated")]
public void AbortReliableWrite (Android.Bluetooth.BluetoothDevice? mDevice);
[<Android.Runtime.Register("abortReliableWrite", "(Landroid/bluetooth/BluetoothDevice;)V", "")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
[<System.Obsolete("deprecated")>]
member this.AbortReliableWrite : Android.Bluetooth.BluetoothDevice -> unit

Parameters

mDevice
BluetoothDevice
Attributes

Remarks

Java documentation for android.bluetooth.BluetoothGatt.abortReliableWrite(android.bluetooth.BluetoothDevice).

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