BluetoothGATTAbortReliableWrite function bluetooth

int BluetoothGATTAbortReliableWrite(
  1. int hDevice,
  2. int ReliableWriteContext,
  3. int Flags
)

Specifies the end of reliable write procedures, and the writes should be aborted.

HRESULT BluetoothGATTAbortReliableWrite(
  HANDLE                             hDevice,
  BTH_LE_GATT_RELIABLE_WRITE_CONTEXT ReliableWriteContext,
  ULONG                              Flags
);

Implementation

int BluetoothGATTAbortReliableWrite(
        int hDevice, int ReliableWriteContext, int Flags) =>
    _BluetoothGATTAbortReliableWrite(hDevice, ReliableWriteContext, Flags);