PFNBLUETOOTH_GATT_EVENT_CALLBACK typedef callback
PFNBLUETOOTH_GATT_EVENT_CALLBACK =
Void Function(Int32 eventType, Pointer<NativeType> eventOutParameter, Pointer<NativeType> context)
Profile drivers implement a Bluetooth GATT event callback to be called whenever the value of a specific characteristic changes.
To learn more, see learn.microsoft.com/windows/win32/api/bthledef/nc-bthledef-pfnbluetooth_gatt_event_callback.
Implementation
typedef PFNBLUETOOTH_GATT_EVENT_CALLBACK =
Void Function(Int32 eventType, Pointer eventOutParameter, Pointer context);