BluetoothIsVersionAvailable function bluetooth

int BluetoothIsVersionAvailable(
  1. int MajorVersion,
  2. int MinorVersion
)

The BluetoothIsVersionAvailable function indicates if the installed Bluetooth binary set supports the requested version.

BOOL BluetoothIsVersionAvailable(
  UCHAR MajorVersion,
  UCHAR MinorVersion
);

Implementation

int BluetoothIsVersionAvailable(int MajorVersion, int MinorVersion) =>
    _BluetoothIsVersionAvailable(MajorVersion, MinorVersion);