diff options
author | Sven Gothel <[email protected]> | 2020-04-20 09:31:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-04-20 09:31:54 +0200 |
commit | f6fcec6415006918c0d938659379034fad9a2c72 (patch) | |
tree | 420b677adfb5887475c4fae07b4f600c6700fdae /test/direct_bt | |
parent | 6fdcdb13db5e13f11c44f0f9bba088252d9ffa18 (diff) |
Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix
- Fix BluetoothFactory: Group implementation identification (class-name and lib-names)
- Renaming using 'DBT' prefix, easing identification (java and HCITypes -> DBTTypes)
Diffstat (limited to 'test/direct_bt')
-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 1e6c30ce..194824ef 100644 --- a/test/direct_bt/test_attpdu01.cpp +++ b/test/direct_bt/test_attpdu01.cpp @@ -7,7 +7,7 @@ #include <direct_bt/UUID.hpp> // #include <direct_bt/BTAddress.hpp> -// #include <direct_bt/HCITypes.hpp> +// #include <direct_bt/DBTTypes.hpp> #include <direct_bt/ATTPDUTypes.hpp> // #include <direct_bt/GATTHandler.hpp> // #include <direct_bt/GATTIoctl.hpp> |