Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/test_scripts/
Drun_test.sh19 -v=${verbosity_level} -s="${simulation_id}" -d=0 -testid=test_client \
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/client/
Dmain.c69 static void test_client(void) in test_client() function
169 .test_main_f = test_client,
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/src/
Dmqtt_packet.c712 struct mqtt_client *test_client; in eval_msg_connect() local
716 test_client = (struct mqtt_client *)mqtt_test->ctx; in eval_msg_connect()
718 client.clean_session = test_client->clean_session; in eval_msg_connect()
719 client.client_id = test_client->client_id; in eval_msg_connect()
720 client.will_topic = test_client->will_topic; in eval_msg_connect()
721 client.will_retain = test_client->will_retain; in eval_msg_connect()
722 client.will_message = test_client->will_message; in eval_msg_connect()
723 client.user_name = test_client->user_name; in eval_msg_connect()
724 client.password = test_client->password; in eval_msg_connect()