class CodecDelay
Defined at line 15238 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
This protocol allows us to retrieve controller local delay values. It is not intended to be
used stand-alone, but to be composed into protocols that need access to this information.
Public Methods
void ~CodecDelay ()
void GetCodecLocalDelayRange (::fuchsia::bluetooth::le::CodecDelayGetCodecLocalDelayRangeRequest CodecDelayGetCodecLocalDelayRangeRequest, GetCodecLocalDelayRangeCallback callback)
Retrieve the range of controller delay for the codec specified with the provided stream
attributes.
On success, returns the minimum and maximum allowed delay.
Returns ZX_ERR_NOT_SUPPORTED if reading the delay is not supported.
Returns ZX_ERR_INTERNAL for all other failures.