bluetooth/gatts_other.go
2023-07-31 15:54:58 +02:00

10 lines
198 B
Go

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