Home
last modified time | relevance | path

Searched refs:bt_mesh_test_cfg (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h143 struct bt_mesh_test_cfg { struct
174 extern const struct bt_mesh_test_cfg *cfg;
183 void bt_mesh_test_cfg_set(const struct bt_mesh_test_cfg *cfg, int wait_time);
Dtest_scanner.c33 static const struct bt_mesh_test_cfg tx_cfg = {
37 static const struct bt_mesh_test_cfg rx_cfg = {
Dtest_suspend.c36 static const struct bt_mesh_test_cfg dut_cfg = {
40 static const struct bt_mesh_test_cfg tester_cfg = {
161 static void provision_and_configure(struct bt_mesh_test_cfg cfg, bool tester) in provision_and_configure()
173 const struct bt_mesh_test_cfg *pcfg = tester ? &tester_cfg : &dut_cfg; in provision_and_configure()
Dtest_heartbeat.c28 static const struct bt_mesh_test_cfg subscribe_cfg = {
32 static struct bt_mesh_test_cfg pub_cfg;
Dtest_lcd.c95 static const struct bt_mesh_test_cfg cli_cfg = {
100 static const struct bt_mesh_test_cfg srv_cfg = {
145 static void prov_and_conf(struct bt_mesh_test_cfg cfg) in prov_and_conf()
159 static void target_node_alloc(struct bt_mesh_comp comp, struct bt_mesh_test_cfg cfg) in target_node_alloc()
Dtest_proxy_sol.c35 static const struct bt_mesh_test_cfg tester_cfg = {
39 static const struct bt_mesh_test_cfg iut_cfg = {
Dtest_replay_cache.c21 static const struct bt_mesh_test_cfg tx_cfg = {
25 static const struct bt_mesh_test_cfg rx_cfg = {
Dtest_iv_index.c23 static const struct bt_mesh_test_cfg ivu_cfg = {
Dtest_cdp1.c51 static const struct bt_mesh_test_cfg node_1_cfg = {
291 static void provision_and_configure(struct bt_mesh_test_cfg cfg) in provision_and_configure()
Dmesh_test.c24 const struct bt_mesh_test_cfg *cfg;
325 void bt_mesh_test_cfg_set(const struct bt_mesh_test_cfg *my_cfg, int wait_time) in bt_mesh_test_cfg_set()
Dtest_transport.c49 static const struct bt_mesh_test_cfg tx_cfg = {
53 static const struct bt_mesh_test_cfg rx_cfg = {
Dtest_friendship.c32 static const struct bt_mesh_test_cfg friend_cfg = {
36 static const struct bt_mesh_test_cfg other_cfg = {
40 static struct bt_mesh_test_cfg lpn_cfg;
Dtest_beacon.c45 static const struct bt_mesh_test_cfg tx_cfg = {
49 static const struct bt_mesh_test_cfg rx_cfg = {
1096 static void provision(const struct bt_mesh_test_cfg *dev_cfg) in provision()
1708 static void tx_proxy_adv_common_init(uint16_t wait, const struct bt_mesh_test_cfg *cfg) in tx_proxy_adv_common_init()
1979 static const struct bt_mesh_test_cfg solicit_trigger_cfg = {
Dtest_advertiser.c26 static const struct bt_mesh_test_cfg adv_cfg = {
/Zephyr-latest/tests/bsim/bluetooth/mesh/
DREADME.rst105 Each mesh test harness should call the ``bt_mesh_test_cfg`` function from its