Searched refs:srv1 (Results 1 – 1 of 1) sorted by relevance
421 struct bt_mesh_blob_target *srv1 = target_srv_add(BLOB_CLI_ADDR + 1, false); in test_cli_caps_all_rsp() local426 ASSERT_TRUE(srv1->acked); in test_cli_caps_all_rsp()427 ASSERT_FALSE(srv1->timedout); in test_cli_caps_all_rsp()436 struct bt_mesh_blob_target *srv1 = target_srv_add(BLOB_CLI_ADDR + 1, false); in test_cli_caps_partial_rsp() local441 ASSERT_TRUE(srv1->acked); in test_cli_caps_partial_rsp()442 ASSERT_FALSE(srv1->timedout); in test_cli_caps_partial_rsp()451 struct bt_mesh_blob_target *srv1 = target_srv_add(BLOB_CLI_ADDR + 1, true); in test_cli_caps_no_rsp() local456 ASSERT_FALSE(srv1->acked); in test_cli_caps_no_rsp()457 ASSERT_TRUE(srv1->timedout); in test_cli_caps_no_rsp()472 struct bt_mesh_blob_target *srv1 = target_srv_add(BLOB_CLI_ADDR + 1, false); in test_cli_caps_cancelled() local[all …]