BluetoothGATTBeginReliableWrite function bluetooth

int BluetoothGATTBeginReliableWrite(
  1. int hDevice,
  2. Pointer<Uint64> ReliableWriteContext,
  3. int Flags
)

The BluetoothGATTBeginReliableWrite function specifies that reliable writes are about to begin.

HRESULT BluetoothGATTBeginReliableWrite(
  HANDLE                              hDevice,
  PBTH_LE_GATT_RELIABLE_WRITE_CONTEXT ReliableWriteContext,
  ULONG                               Flags
);

Implementation

int BluetoothGATTBeginReliableWrite(
  int hDevice,
  Pointer<Uint64> ReliableWriteContext,
  int Flags,
) => _BluetoothGATTBeginReliableWrite(hDevice, ReliableWriteContext, Flags);