Lines Matching full:mesh
1 Bluetooth mesh BabbleSim tests
4 This directory contains a set of high level system tests for the Bluetooth mesh
10 mesh subsystem, and each folder has a corresponding test_<subfolder>.c under the
13 There's only a single test application for all the Bluetooth mesh BabbleSim
21 The Bluetooth mesh tests have no extra requirements, and can be run using the
24 To only run the mesh tests, set ``SEARCH_PATH`` to point to this folder before
60 The Bluetooth mesh BabbleSim tests mainly operate on the test framework for the
61 BabbleSim platform, but with some mesh specific additions:
66 All test scripts in the Bluetooth mesh BabbleSim test suite follow a common
75 ``RunTest`` starts one mesh application for each selected harness, before
81 Common target side mesh behavior is collected in mesh_test.c and mesh_test.h.
82 This includes ``PASS``/``FAIL`` macros and some common mesh actions, such as
83 mesh initialization, as well as message sending and receiving.
105 Each mesh test harness should call the ``bt_mesh_test_cfg`` function from its
106 ``test_init_f`` callback to set up the test timeout and mesh metadata. The test
116 The Bluetooth mesh tests include the entire Bluetooth host and controller