blob: 45a3f3d5a0afab713bd11317f74f8d99a25fd862 [file]
# Copyright 2026 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
load("//build/bazel/rules/fidl:fidl_library.bzl", "fidl_library")
package(default_applicable_licenses = ["//:license"])
fidl_library(
name = "fuchsia.bluetooth.a2dp",
srcs = [
"audio_mode.fidl",
],
api_area = "Bluetooth",
category = "partner",
stable = True,
visibility = ["//visibility:public"],
)