class SentPacket
Defined at line 4973 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 4978 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 4979 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 4980 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 4981 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 4989 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 5000 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 5014 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 5028 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 4983 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h