~aleteoryx/muditaos

ref: d59ac56d516cdb04cca7c0a9824e5e69c4fbb84d muditaos/module-bluetooth/Bluetooth/interface/profiles/AudioProfile.hpp -rw-r--r-- 269 bytes
d59ac56d — Bartosz Cichocki [MOS-347] Separate A2DP from HFP in ProfileManager 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

namespace bluetooth
{
    enum class AudioProfile
    {
        A2DP,
        HSP,
        HFP,
        None
    };
};