PFN_DEVICE_CALLBACK typedef

PFN_DEVICE_CALLBACK = BOOL Function(LPVOID pvParam, Pointer<BLUETOOTH_DEVICE_INFO> pDevice)

Application-defined callback function used in association with selecting Bluetooth devices. The PFN_DEVICE_CALLBACK function can be set to NULL if no specialized filtering is required.

Implementation

typedef PFN_DEVICE_CALLBACK = BOOL Function(
    LPVOID pvParam, Pointer<BLUETOOTH_DEVICE_INFO> pDevice);