herald  2.0.0
ble_tx_power.h
1 // Copyright 2020-2021 Herald Project Contributors
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 #ifndef HERALD_BLE_TX_POWER_H
6 #define HERALD_BLE_TX_POWER_H
7 
8 namespace herald {
9 namespace ble {
10 
12 using BLETxPower = short int;
13 
14 } // end namespace
15 } // end namespace
16 
17 #endif
Acts as a non-global memory arena for arbitrary classes.
Definition: aggregates.h:15