template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5036 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Public Methods
::fuchsia_bluetooth_bredr::wire::ProfileAdvertiseResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_services ()
void clear_services ()
Clears the services field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::ServiceDefinition> & services ()
Set of service definitions as registered by the SDP server, updated with definitions
for requested dyanmic PSM
&
RFCOMM assignments.
BuilderImpl & services (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::ServiceDefinition>>> elem)
Set of service definitions as registered by the SDP server, updated with definitions
for requested dyanmic PSM
&
RFCOMM assignments.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_bluetooth_bredr::wire::ProfileAdvertiseResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth_bredr::wire::ProfileAdvertiseResponse>> && frame)