16 lines
401 B
Go
16 lines
401 B
Go
// Code generated by winrt-go-gen. DO NOT EDIT.
|
|
|
|
//go:build windows
|
|
|
|
//nolint:all
|
|
package bluetooth
|
|
|
|
type BluetoothConnectionStatus int32
|
|
|
|
const SignatureBluetoothConnectionStatus string = "enum(Windows.Devices.Bluetooth.BluetoothConnectionStatus;i4)"
|
|
|
|
const (
|
|
BluetoothConnectionStatusDisconnected BluetoothConnectionStatus = 0
|
|
BluetoothConnectionStatusConnected BluetoothConnectionStatus = 1
|
|
)
|