package
0.1.23
Repository: https://github.com/bertoldvdb/go-ble.git
Documentation: pkg.go.dev

# Functions

ListDevices returns an array of strings containing all found devices.
Open creates the the hciinterface.HCIInterface bound to a specified device.

# Variables

ErrorClosed is returned when the driver is closed using Close().
ErrorHUP is returned when the connection to the device is no longer valid.

# Structs

HCILinux is a hciinterface.HCIInterface using the linux kernel as backend.