BluetoothGATTEndReliableWrite function bluetooth

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

Specifies the end of reliable writes, and the writes should be committed.

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

Implementation

int BluetoothGATTEndReliableWrite(
        int hDevice, int ReliableWriteContext, int Flags) =>
    _BluetoothGATTEndReliableWrite(hDevice, ReliableWriteContext, Flags);