PFNBLUETOOTH_GATT_EVENT_CALLBACK typedef
PFNBLUETOOTH_GATT_EVENT_CALLBACK =
Void Function(Int32 EventType, Pointer<NativeType> EventOutParameter, Pointer<NativeType> Context)
Application-defined callback function used with profile drivers to implement a Bluetooth GATT event callback to be called whenever the value of a specific characteristic changes.
Implementation
typedef PFNBLUETOOTH_GATT_EVENT_CALLBACK =
Void Function(Int32 EventType, Pointer EventOutParameter, Pointer Context);