Home
last modified time | relevance | path

Searched refs:TEST_CONN_OPT_Y (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.h25 #define TEST_CONN_OPT_Y 1 macro
Dtest_conn_impl.c144 case TEST_CONN_OPT_Y: in opt_pointer()
Dmain.c648 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_Y, &buf, &buf_len), in ZTEST()
663 zassert_equal(conn_mgr_if_set_opt(ifa1, TEST_CONN_OPT_Y, &buf, strlen(buf) + 1), 0, in ZTEST()
669 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_Y, &buf, &buf_len), in ZTEST()