Searched refs:test_sar_tx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_sar.c | 41 static struct bt_mesh_sar_tx test_sar_tx = { variable 229 cli_max_len_sdu_send(&test_sar_rx, &test_sar_tx); in test_cli_max_len_sdu_send() 236 srv_max_len_sdu_receive(&test_sar_rx, &test_sar_tx); in test_srv_max_len_sdu_receive() 263 prov_and_conf(SRV_ADDR, &test_sar_rx, &test_sar_tx); in test_srv_cfg_store() 269 ASSERT_EQUAL(0, memcmp(&tx_cfg, &test_sar_tx, sizeof(test_sar_tx))); in test_srv_cfg_store() 286 ASSERT_EQUAL(0, memcmp(&tx_cfg, &test_sar_tx, sizeof(test_sar_tx))); in test_srv_cfg_restore()
|