BluetoothEnumerateInstalledServices

[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothEnumerateInstalledServices(
   IntPtr hRadio,
   ref BLUETOOTH_DEVICE_INFO pbtdi,
   ref uint pcServices,
   [Out] Guid[] pGuidServices
);

Microsoft documentation: Link

Last updated