Searched refs:TEST_CONN_OPT_Y (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/tests/net/conn_mgr_conn/src/ |
| D | test_conn_impl.h | 25 #define TEST_CONN_OPT_Y 1 macro
|
| D | test_conn_impl.c | 144 case TEST_CONN_OPT_Y: in opt_pointer()
|
| D | main.c | 648 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()
|