BluetoothGATTBeginReliableWrite function bluetooth
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);