summaryrefslogtreecommitdiff
path: root/include/badge/indicator.h
blob: 033a1869869f29c94c334c65fc68d73ea5e8a5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

namespace de::uvok::badge
{
    enum class DisplayIndicator
    {
        None,
        Advertising,
        Connected
    };
} // namespace de::uvok::badge