Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Namespaces | Variables
DBTConst.hpp File Reference
#include <cstddef>
#include <jau/int_types.hpp>
Include dependency graph for DBTConst.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  direct_bt
 

Variables

constexpr const bool direct_bt::CONSIDER_HCI_CMD_FOR_SMP_STATE = true
 
constexpr const jau::fraction_i64 direct_bt::L2CAP_CLIENT_CONNECT_TIMEOUT_MS = 1_s
 Maximum time in fractions of seconds to wait for L2CAP client connection when adapter is in server mode. More...
 
constexpr const jau::nsize_t direct_bt::MAX_BACKGROUND_DISCOVERY_RETRY = 3
 Maximum number of enabling discovery in background in case of failure. More...
 
constexpr const bool direct_bt::SCAN_DISABLED_POST_CONNECT = false
 
constexpr const jau::fraction_i64 direct_bt::SMP_NEXT_EVENT_TIMEOUT_MS = 2_s
 Maximum time in fractions of seconds to wait for the next SMP event. More...
 
constexpr const bool direct_bt::SMP_SUPPORTED_BY_OS = true
 
constexpr const jau::fraction_i64 direct_bt::THREAD_SHUTDOWN_TIMEOUT_MS = 8_s
 Maximum time in fractions of seconds to wait for a thread shutdown. More...
 
constexpr const bool direct_bt::USE_LINUX_BT_SECURITY = false