bluetooth/gatts_other.go
Carter Melnychuk 314ca89209
Winrt full support (#266)
windows: full functionality
2024-05-09 18:34:24 +02:00

10 lines
210 B
Go

//go:build !linux && !windows
package bluetooth
// Characteristic is a single characteristic in a service. It has an UUID and a
// value.
type Characteristic struct {
permissions CharacteristicPermissions
}