~aleteoryx/muditaos

ref: c6192fd9120effd28a9ac5b2391e7bfec7964e47 muditaos/module-services/service-bluetooth/Constants.hpp -rw-r--r-- 326 bytes
c6192fd9 — Lefucjusz [BH-1989][BH-1990] Core functionality of What's New app 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

namespace sys::bluetooth
{
    enum class BluetoothMode
    {
        ConnectedVoice,
        ConnectedAudio,
        ConnectedBoth,
        Disabled,
        Enabled
    };
}