Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cstring>
#include <string>
#include <cstdint>
#include <cinttypes>
Go to the source code of this file.
Variables | |
constexpr const char | CLIENT_KEY_PATH [] = "client_keys" |
C++20 we could use constexpr std::string More... | |
constexpr const char | SERVER_KEY_PATH [] = "server_keys" |
|
constexpr |
C++20 we could use constexpr std::string
C++17 we have to use const char *
, std::string_view
or extern const std::string
.
Definition at line 39 of file dbt_constants.hpp.
|
constexpr |
Definition at line 41 of file dbt_constants.hpp.