first commit
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
// Code generated by winrt-go-gen. DO NOT EDIT.
|
||||
|
||||
//go:build windows
|
||||
|
||||
//nolint:all
|
||||
package genericattributeprofile
|
||||
|
||||
type GattWriteOption int32
|
||||
|
||||
const SignatureGattWriteOption string = "enum(Windows.Devices.Bluetooth.GenericAttributeProfile.GattWriteOption;i4)"
|
||||
|
||||
const (
|
||||
GattWriteOptionWriteWithResponse GattWriteOption = 0
|
||||
GattWriteOptionWriteWithoutResponse GattWriteOption = 1
|
||||
)
|
Reference in New Issue
Block a user