prototooth/gatts_other.go

11 lines
215 B
Go

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