aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt/DirectBT.hpp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-01-25 18:44:32 +0100
committerSven Gothel <[email protected]>2021-01-25 18:44:32 +0100
commite7d892210343dc50c8978954f8daa71395584f2e (patch)
tree4d5f1dfcede30af5cad2a7afb97b535f40600a85 /api/direct_bt/DirectBT.hpp
parentfeaff07f5942ee6ff2bd94e70bf140c678379490 (diff)
Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Char] etc (align naming with direct_bt == java; reduce java code footprint and too long code lines)
Diffstat (limited to 'api/direct_bt/DirectBT.hpp')
-rw-r--r--api/direct_bt/DirectBT.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/api/direct_bt/DirectBT.hpp b/api/direct_bt/DirectBT.hpp
index 3c6f2367..98755c49 100644
--- a/api/direct_bt/DirectBT.hpp
+++ b/api/direct_bt/DirectBT.hpp
@@ -40,12 +40,13 @@
#include <jau/darray.hpp>
-#include "DBTTypes.hpp"
+#include "BTTypes0.hpp"
-#include "DBTDevice.hpp"
+#include "BTDevice.hpp"
-#include "DBTAdapter.hpp"
+#include "BTAdapter.hpp"
+
+#include "BTManager.hpp"
-#include "DBTManager.hpp"
#endif /* DIRECTBT_HPP_ */