herald
2.0.0
herald
include
herald
datatype
bluetooth_state.h
1
// Copyright 2020-2021 Herald Project Contributors
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
5
#ifndef HERALD_BLUETOOTH_STATE_H
6
#define HERALD_BLUETOOTH_STATE_H
7
8
namespace
herald
{
9
namespace
datatype {
10
11
enum class
BluetoothState : short {
12
unsupported, poweredOn, poweredOff, resetting
13
};
14
15
}
// end namespace
16
}
// end namespace
17
18
#endif
herald
Acts as a non-global memory arena for arbitrary classes.
Definition:
aggregates.h:15
Generated by
1.9.1