diff options
author | Sven Gothel <[email protected]> | 2021-01-25 18:44:32 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 18:44:32 +0100 |
commit | e7d892210343dc50c8978954f8daa71395584f2e (patch) | |
tree | 4d5f1dfcede30af5cad2a7afb97b535f40600a85 /test | |
parent | feaff07f5942ee6ff2bd94e70bf140c678379490 (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 'test')
-rw-r--r-- | test/direct_bt/test_attpdu01.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/direct_bt/test_attpdu01.cpp b/test/direct_bt/test_attpdu01.cpp index 16ee20aa..955f98c2 100644 --- a/test/direct_bt/test_attpdu01.cpp +++ b/test/direct_bt/test_attpdu01.cpp @@ -10,7 +10,7 @@ #include <direct_bt/UUID.hpp> // #include <direct_bt/BTAddress.hpp> -// #include <direct_bt/DBTTypes.hpp> +// #include <direct_bt/BTTypes1.hpp> #include <direct_bt/ATTPDUTypes.hpp> // #include <direct_bt/GATTHandler.hpp> // #include <direct_bt/GATTIoctl.hpp> |