class SentPacket
Defined at line 4711 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Packet sent by the host to the controller.
Public Methods
void SentPacket ()
void SentPacket (const SentPacket & )
Defined at line 4716 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
SentPacket & operator= (const SentPacket & )
Defined at line 4717 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
void SentPacket (SentPacket && )
Defined at line 4718 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
SentPacket & operator= (SentPacket && )
Defined at line 4719 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
bool IsUnknown ()
Defined at line 4727 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
bool has_invalid_tag ()
bool is_command ()
SentPacket WithCommand (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
SentPacket WithCommand (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4738 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
::fidl::VectorView<uint8_t> & command ()
const ::fidl::VectorView<uint8_t> & command ()
bool is_acl ()
SentPacket WithAcl (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
SentPacket WithAcl (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4752 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
::fidl::VectorView<uint8_t> & acl ()
const ::fidl::VectorView<uint8_t> & acl ()
bool is_iso ()
SentPacket WithIso (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
SentPacket WithIso (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4766 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
::fidl::VectorView<uint8_t> & iso ()
const ::fidl::VectorView<uint8_t> & iso ()
::fuchsia_hardware_bluetooth::wire::SentPacket::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kCommand | 1 |
| kAcl | 2 |
| kIso | 3 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 4721 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h