bluetooth

package
v0.0.0-...-61f35a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrNameRejected = "org.bluez.Error.Rejected"
	ErrNameCanceled = "org.bluez.Error.Canceled"
)
View Source
const SessionAgentPath = "/com/deepin/system/Bluetooth/Agent"

SessionAgentPath 目前唯一支持的标准的 session agent 对象路径

Variables

View Source
var ErrCanceled = &dbus.Error{
	Name: ErrNameCanceled,
	Body: []interface{}{"canceled"},
}
View Source
var ErrRejected = &dbus.Error{
	Name: ErrNameRejected,
	Body: []interface{}{"rejected"},
}

Functions

This section is empty.

Types

type LocalizeStr

type LocalizeStr struct {
	Format string
	Args   []string
}

type NotifyMsg

type NotifyMsg struct {
	Icon    string
	Summary *LocalizeStr
	Body    *LocalizeStr
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL