PfnbluetoothGattEventCallback typedef

PfnbluetoothGattEventCallback = 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 PfnbluetoothGattEventCallback = Void Function(
    Int32 EventType, Pointer EventOutParameter, Pointer Context);