Documentation
¶
Index ¶
- Constants
- type GoBt
- type GoBtPollState
- type HidProfile
- func (p *HidProfile) Close()
- func (p *HidProfile) NewConnection(dev dbus.ObjectPath, fd dbus.UnixFD, fdProps map[string]dbus.Variant) *dbus.Error
- func (p *HidProfile) Path() dbus.ObjectPath
- func (p *HidProfile) Release() *dbus.Error
- func (p *HidProfile) RequestDisconnection(dev dbus.ObjectPath) *dbus.Error
Constants ¶
View Source
const ( HIDPHEADERTRANSMASK = 0xf0 HIDPTRANSHANDSHAKE = 0x00 HIDPTRANSSETPROTOCOL = 0x60 HIDPTRANSDATA = 0xa0 HIDPHSHKSUCCESSFUL = 0x00 HIDPHSHKERRUNKNOWN = 0x0e )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HidProfile ¶
type HidProfile struct {
// contains filtered or unexported fields
}
func NewHidProfile ¶
func NewHidProfile(path string, connIntr *bluetooth.Bluetooth) *HidProfile
func (*HidProfile) Close ¶
func (p *HidProfile) Close()
func (*HidProfile) NewConnection ¶
func (p *HidProfile) NewConnection(dev dbus.ObjectPath, fd dbus.UnixFD, fdProps map[string]dbus.Variant) *dbus.Error
func (*HidProfile) Path ¶
func (p *HidProfile) Path() dbus.ObjectPath
func (*HidProfile) Release ¶
func (p *HidProfile) Release() *dbus.Error
func (*HidProfile) RequestDisconnection ¶
func (p *HidProfile) RequestDisconnection(dev dbus.ObjectPath) *dbus.Error
Click to show internal directories.
Click to hide internal directories.