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