class ScoConnectionParameters
Defined at line 1735 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_bluetooth_bredr::wire::ScoConnectionParameters> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_bluetooth_bredr::wire::ScoConnectionParameters> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth_bredr::wire::ScoConnectionParameters>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void ScoConnectionParameters ()
Defined at line 1737 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
void ScoConnectionParameters (const ScoConnectionParameters & other)
Defined at line 1738 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
void ScoConnectionParameters (ScoConnectionParameters && other)
Defined at line 1740 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
::fuchsia_bluetooth_bredr::wire::HfpParameterSet & parameter_set ()
Set of SCO parameters from the Hands-Free Profile specification.
Required.
bool has_parameter_set ()
::fuchsia_bluetooth::wire::AssignedCodingFormat & air_coding_format ()
The over-the-air coding format used for transmitted and received data.
Required.
bool has_air_coding_format ()
uint16_t & air_frame_size ()
Frame size produced by the codec in the context of over-the-air coding.
Required.
bool has_air_frame_size ()
uint32_t & io_bandwidth ()
Host-controller data rate in bytes/second.
Required.
bool has_io_bandwidth ()
::fuchsia_bluetooth::wire::AssignedCodingFormat & io_coding_format ()
The coding format used over the transport.
Required.
bool has_io_coding_format ()
uint16_t & io_frame_size ()
The number of bits in each sample/frame of data.
Required.
bool has_io_frame_size ()
::fuchsia_hardware_audio::wire::SampleFormat & io_pcm_data_format ()
The data format over the transport for linear samples.
Ignored for non-linear coding formats.
Optional.
SIGNED indicates 2's complement sign encoding.
FLOAT is not supported.
bool has_io_pcm_data_format ()
uint8_t & io_pcm_sample_payload_msb_position ()
For linear samples, indicates how many bit positions the MSB of the sample is away
from the MSB of the data.
Ignored for non-linear coding formats.
Optional.
Default: 0.
bool has_io_pcm_sample_payload_msb_position ()
ScoConnectionParameters & operator= (const ScoConnectionParameters & other)
Defined at line 1739 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
ScoConnectionParameters & operator= (ScoConnectionParameters && other)
Defined at line 1741 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
::fuchsia_bluetooth_bredr::wire::DataPath & path ()
The data transport.
Required.
bool has_path ()
uint16_t & max_tx_data_size ()
Indicates the maximum data buffer size that may be sent.
Optional. Only present after a connection has successfully been connected. Ignored when
requesting a connection.
bool has_max_tx_data_size ()
void ~ScoConnectionParameters ()
Defined at line 1743 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder