first commit

This commit is contained in:
2025-08-22 17:42:23 -04:00
commit a6c09a5890
120 changed files with 11443 additions and 0 deletions

View File

@ -0,0 +1,16 @@
// Code generated by winrt-go-gen. DO NOT EDIT.
//go:build windows
//nolint:all
package advertisement
type BluetoothLEScanningMode int32
const SignatureBluetoothLEScanningMode string = "enum(Windows.Devices.Bluetooth.Advertisement.BluetoothLEScanningMode;i4)"
const (
BluetoothLEScanningModePassive BluetoothLEScanningMode = 0
BluetoothLEScanningModeActive BluetoothLEScanningMode = 1
BluetoothLEScanningModeNone BluetoothLEScanningMode = 2
)