class ChannelListenerConnectedRequest

Defined at line 5716 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fidl::InterfaceHandle< ::fuchsia::bluetooth::Channel> & channel ()

Required.

Defined at line 5723 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

bool has_channel ()

Defined at line 5727 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

::fidl::InterfaceHandle< ::fuchsia::bluetooth::Channel> * mutable_channel ()

Required.

Defined at line 5732 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

void clear_channel ()

Defined at line 5740 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

const ::fidl::InterfaceHandle< ::fuchsia::bluetooth::le::ChannelOffloadExt> & ext_offload ()

Channel offload extension. See ChannelOffloadExt.

Only present for privileged clients, enabling them to initiate

channel offloading.

Defined at line 5751 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

bool has_ext_offload ()

Defined at line 5755 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

::fidl::InterfaceHandle< ::fuchsia::bluetooth::le::ChannelOffloadExt> * mutable_ext_offload ()

Channel offload extension. See ChannelOffloadExt.

Only present for privileged clients, enabling them to initiate

channel offloading.

Defined at line 5762 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

void clear_ext_offload ()

Defined at line 5770 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

ChannelListenerConnectedRequest & set_channel (::fidl::InterfaceHandle< ::fuchsia::bluetooth::Channel> _value)
ChannelListenerConnectedRequest & set_ext_offload (::fidl::InterfaceHandle< ::fuchsia::bluetooth::le::ChannelOffloadExt> _value)
void ChannelListenerConnectedRequest ()
void ChannelListenerConnectedRequest (ChannelListenerConnectedRequest && other)
void ~ChannelListenerConnectedRequest ()
ChannelListenerConnectedRequest & operator= (ChannelListenerConnectedRequest && other)
::std::unique_ptr<ChannelListenerConnectedRequest> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ChannelListenerConnectedRequest * _value, size_t _offset)
zx_status_t Clone (ChannelListenerConnectedRequest * _result)