peripherals

package
v0.0.0-...-9994f1b Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2025 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Overview

Package periphearls provides subcommands to manage peripherals on a DUT where there can be more than one instance of the same kind of peripheral attached to the same DUT. Each invocation updates a single DUT but can act on multiple peripherals attached to it.

Index

Constants

View Source
const (
	DefaultAudioLatencyToolkitCommand = "peripheral-audio-latency-toolkit"
	AliasedAudioLatencyToolkitCommand = "peripheral-alt"
)
View Source
const (
	DefaultPasitHostCommand = "peripheral-pasit-host"
)

Variables

View Source
var (
	AddPeripheralAMTCmd    = amtManagerCmd(actionAdd)
	DeletePeripheralAMTCmd = amtManagerCmd(actionDelete)
)
View Source
var (
	AddPeripheralAudioLatencyToolkitCmd    = audioLatencyToolkitCmd(actionAdd, DefaultAudioLatencyToolkitCommand)
	AddPeripheralALTCmd                    = audioLatencyToolkitCmd(actionAdd, AliasedAudioLatencyToolkitCommand)
	DeletePeripheralAudioLatencyToolkitCmd = audioLatencyToolkitCmd(actionDelete, DefaultAudioLatencyToolkitCommand)
	DeletePeripheralALTCmd                 = audioLatencyToolkitCmd(actionDelete, AliasedAudioLatencyToolkitCommand)
)
View Source
var (
	AddBluetoothPeersCmd     = btpsCmd(actionAdd)
	ReplaceBluetoothPeersCmd = btpsCmd(actionReplace)
	DeleteBluetoothPeersCmd  = btpsCmd(actionDelete)
)
View Source
var (
	AddChameleonCmd     = chamCmd(actionAdd)
	ReplaceChameleonCmd = chamCmd(actionReplace)
	DeleteChameleonCmd  = chamCmd(actionDelete)
)
View Source
var (
	AddPeripheralHMRCmd    = hmrCmd(actionAdd)
	DeletePeripheralHMRCmd = hmrCmd(actionDelete)
)
View Source
var (
	AddPasitHostCmd    = pasitHostCmd(actionAdd, DefaultPasitHostCommand)
	DeletePasitHostCmd = pasitHostCmd(actionDelete, DefaultPasitHostCommand)
)
View Source
var (
	AddPeripheralWifiCmd     = wifiCmd(actionAdd)
	ReplacePeripheralWifiCmd = wifiCmd(actionReplace)
	DeletePeripheralWifiCmd  = wifiCmd(actionDelete)
)

Functions

func CreateBluetoothPeer

func CreateBluetoothPeer(hostname string) *lab.BluetoothPeer

CreateBluetoothPeer creates a *lab.BluetoothPeer object with initial working state.

Types

This section is empty.

Jump to

Keyboard shortcuts

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