class ReceivedPacket
Defined at line 4922 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Packet received by the host from the controller.
Public Methods
void ReceivedPacket ()
void ReceivedPacket (const ReceivedPacket & )
Defined at line 4927 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
ReceivedPacket & operator= (const ReceivedPacket & )
Defined at line 4928 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
void ReceivedPacket (ReceivedPacket && )
Defined at line 4929 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
ReceivedPacket & operator= (ReceivedPacket && )
Defined at line 4930 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 4938 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_event ()
ReceivedPacket WithEvent (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
ReceivedPacket WithEvent (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4949 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> & event ()
const ::fidl::VectorView<uint8_t> & event ()
bool is_acl ()
ReceivedPacket WithAcl (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
ReceivedPacket WithAcl (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4963 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 ()
ReceivedPacket WithIso (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
ReceivedPacket WithIso (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4977 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::ReceivedPacket::Tag Which ()
Enumerations
enum class Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kEvent | 1 |
0x1 |
| kAcl | 2 |
0x2 |
| kIso | 3 |
0x3 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 4932 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h