sd

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error uint32
const (
	ErrSVC           Error = 1  // SVC handler is missing
	ErrNotEnabled    Error = 2  // softdevice not enabled
	ErrInternal      Error = 3  // internal error
	ErrNoMem         Error = 4  // no memory for operation
	ErrNotFound      Error = 5  // not found
	ErrNotSupported  Error = 6  // not supported
	ErrInvalidParam  Error = 7  // invalid parameter
	ErrInvalidState  Error = 8  // invalid state, operation disallowed in this state
	ErrInvalidLength Error = 9  // invalid length
	ErrInvalidFlags  Error = 10 // invalid flags
	ErrInvalidData   Error = 11 // invalid data
	ErrDataSize      Error = 12 // invalid data size
	ErrTimeout       Error = 13 // operation timed out
	ErrNil           Error = 14 // nil pointer
	ErrForbidden     Error = 15 // forbidden operation
	ErrInvalidAddr   Error = 16 // bad memory address
	ErrBusy          Error = 17 // busy
	ErrConnCount     Error = 18 // maximum connection count exceeded
	ErrResources     Error = 19 // not enough resources for operation
)

func (Error) Error

func (e Error) Error() string

Directories

Path Synopsis
ble
gap

Jump to

Keyboard shortcuts

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