Blob: vcp.h
Blob id: cf7935d1a4ea6c34ee6609d05811230b12560a2c
Size: 304 B
1 2 3 4 5 6 7 8 9 10 11 12 | /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2024 StreamUnlimited Engineering GmbH * * */ uint8_t bt_audio_vcp_get_volume(struct btd_device *device); bool bt_audio_vcp_set_volume(struct btd_device *device, uint8_t volume); |