class OpenSnoopChannel

Defined at line 667 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/markers.h

Open an output-only channel for monitoring HCI traffic.

The format of each message is: [1-octet flags] [n-octet payload]

The flags octet is a bitfield with the following values defined:

- 0x00: The payload represents a command packet sent from the host to the

controller.

- 0x01: The payload represents an event packet sent by the controller.

Returns ZX_ERR_ALREADY_BOUND if the channel is already open.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal