Namespaces

Enumerations

enum A2dpDirectionPriority
Name Value
kNormal 1u
kSource 2u
kSink 3u

A2DP packet priority used in `AudioDirectionExt`. `NORMAL` should be used whenever audio is not

streaming, and `SOURCE`/`SINK` should match the direction audio is being streamed.

Defined at line 22 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/common_types.h

enum DataPath
Name Value
kHost 1u
kOffload 2u
kTest 3u

Indicates the audio transport that should be used for the data on a synchronous

connection.

Defined at line 434 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/common_types.h

enum RxPacketStatus
Name Value
kCorrectlyReceivedData 0u
kPossiblyInvalidData 1u
kNoDataReceived 2u
kDataPartiallyLost 3u

Inbound SCO data has a RxPacketStatus that indicates possible data loss or corruption.

Defined at line 458 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/common_types.h

Records