Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Functions
test_bringup00.cpp File Reference
#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <direct_bt/DirectBT.hpp>
#include <jau/os/os_support.hpp>
Include dependency graph for test_bringup00.cpp:

Go to the source code of this file.

Functions

void resetStates ()
 
 TEST_CASE ("BTManager Bringup Test 00", "[test][BTManager][bringup]")
 Testing BTManager bring up: More...
 

Function Documentation

◆ resetStates()

void resetStates ( )

Definition at line 37 of file test_bringup00.cpp.

Here is the caller graph for this function:

◆ TEST_CASE()

TEST_CASE ( "BTManager Bringup Test 00"  ,
""  [test][BTManager][bringup] 
)

Testing BTManager bring up:

  • test loading native libraries
  • show all installed adapter
  • no extra permissions required

Definition at line 59 of file test_bringup00.cpp.