Enumerations

enum CtaphidErr
Name Value Comments
InvalidCmd 0x01

The command in the request is invalid

InvalidPar 0x02

The parameter(s) in the request is invalid

InvalidLen 0x03

The length field (BCNT) is invalid for the request

InvalidSeq 0x04

The sequence does not match expected value

MsgTimeout 0x05

The message has timed out

ChannelBusy 0x06 --
LockRequired 0x0A

Command requires channel lock

InvalidChannel 0x0B

CID is not valid.

Other 0x7F

Unspecified error

The following are CTAPHID error codes from the CTAP specification v2.1-ps-20210615

section 11.2.9.1.6.

Defined at line 28 of file ../../src/ui/input/drivers/ctaphid/ctaphid.h

Records

Functions

  • zx_status_t ctaphid_bind (void * ctx, zx_device_t * parent)

    Defined at line 324 of file ../../src/ui/input/drivers/ctaphid/ctaphid.cc