settings/agent/earcons/
sound_ids.rs

1// Copyright 2020 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Constant sound ids for the earcons player to uniquely identify sounds.
6// Ids must be unique.
7pub(crate) const VOLUME_MAX_SOUND_ID: u32 = 0;
8pub(crate) const VOLUME_CHANGED_SOUND_ID: u32 = 1;
9pub(crate) const BLUETOOTH_CONNECTED_SOUND_ID: u32 = 2;
10pub(crate) const BLUETOOTH_DISCONNECTED_SOUND_ID: u32 = 3;