package
1.2.5
Repository: https://github.com/brutella/hc.git
Documentation: pkg.go.dev

# Functions

NewEmitter returns a new event emitter.

# Structs

DevicePaired is emitted when transport paired with a device (e.g.
DeviceUnpaired is emitted when pairing with a device is removed (e.g.

# Interfaces

Emitter emits events to listeners.
EventListener handles events.