Lines Matching refs:tx_cfg

45 static const struct bt_mesh_test_cfg tx_cfg = {  variable
119 bt_mesh_test_cfg_set(&tx_cfg, WAIT_TIME); in test_tx_init()
509 bt_mesh_test_cfg_set(&tx_cfg, 130); in test_tx_invalid()
561 bt_mesh_test_cfg_set(&tx_cfg, 170); in test_tx_kr_old_key()
750 bt_mesh_test_cfg_set(&tx_cfg, MULT_NETKEYS_WAIT_TIME); in test_tx_multiple_netkeys()
930 bt_mesh_test_cfg_set(&tx_cfg, BEACON_INTERVAL_WAIT_TIME); in test_tx_secure_beacon_interval()
1114 provision(&tx_cfg); in tx_priv_setup()
1119 err = bt_mesh_cfg_cli_beacon_set(0, tx_cfg.addr, 0, &status); in tx_priv_setup()
1124 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in tx_priv_setup()
1152 provision(&tx_cfg); in test_tx_priv_adv()
1154 err = bt_mesh_cfg_cli_beacon_set(0, tx_cfg.addr, 0, &status); in test_tx_priv_adv()
1162 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in test_tx_priv_adv()
1171 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in test_tx_priv_adv()
1180 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in test_tx_priv_adv()
1189 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in test_tx_priv_adv()
1278 bt_mesh_test_cfg_set(&tx_cfg, 130); in test_tx_priv_invalid()
1369 provision(&tx_cfg); in test_tx_priv_interleave()
1387 toggle_priv_beacon(tx_cfg.addr, 1); in test_tx_priv_interleave()
1399 toggle_priv_beacon(tx_cfg.addr, 0); in test_tx_priv_interleave()
1417 toggle_priv_beacon(tx_cfg.addr, 1); in test_tx_priv_interleave()
1721 tx_proxy_adv_common_init(PP_NET_ID_WAIT_TIME, &tx_cfg); in test_tx_priv_net_id()
1760 tx_proxy_adv_common_init(PP_NODE_ID_WAIT_TIME, &tx_cfg); in test_tx_priv_node_id()
1788 .node_id_addr = (uint16_t *)&tx_cfg.addr, in test_rx_priv_node_id()
1813 tx_proxy_adv_common_init(PP_MULT_NET_ID_WAIT_TIME, &tx_cfg); in test_tx_priv_multi_net_id()
1841 (uint16_t *)&tx_cfg.addr, false)) { in proxy_adv_subnet_find()
1857 (uint16_t *)&tx_cfg.addr, true)) { in proxy_adv_subnet_find()
1946 tx_proxy_adv_common_init(PROXY_ADV_MULTI_SUBNET_COEX_WAIT_TIME, &tx_cfg); in test_tx_proxy_adv_multi_subnet_coex()
2137 provision(&tx_cfg); in test_tx_priv_gatt_proxy()