BluetoothIsConnectable
[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothIsConnectable(
IntPtr hRadio,
ref BLUETOOTH_DEVICE_INFO pbtdi
);
Microsoft documentation: Link
Last updated
[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothIsConnectable(
IntPtr hRadio,
ref BLUETOOTH_DEVICE_INFO pbtdi
);
Microsoft documentation: Link
Last updated