BluetoothGATTUnregisterEvent function bluetooth

int BluetoothGATTUnregisterEvent(
  1. int EventHandle,
  2. int Flags
)

Unregisters the given characteristic value change event.

HRESULT BluetoothGATTUnregisterEvent(
  BLUETOOTH_GATT_EVENT_HANDLE EventHandle,
  ULONG                       Flags
);

Implementation

int BluetoothGATTUnregisterEvent(int EventHandle, int Flags) =>
    _BluetoothGATTUnregisterEvent(EventHandle, Flags);