prototooth/gatts_other.go

10 lines
197 B
Go
Raw Permalink Normal View History

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