Home
last modified time | relevance | path

Searched refs:TEST_CONN_DATA_LEN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.h26 #define TEST_CONN_DATA_LEN 50 macro
54 char data_x[TEST_CONN_DATA_LEN + 1];
55 char data_y[TEST_CONN_DATA_LEN + 1];
Dtest_conn_impl.c155 int len = MIN(optlen, TEST_CONN_DATA_LEN); in test_set_opt_a()
168 (void)memset(target, 0, TEST_CONN_DATA_LEN); in test_set_opt_a()