Searched refs:srv2 (Results 1 – 1 of 1) sorted by relevance
422 struct bt_mesh_blob_target *srv2 = target_srv_add(BLOB_CLI_ADDR + 2, false); in test_cli_caps_all_rsp() local428 ASSERT_TRUE(srv2->acked); in test_cli_caps_all_rsp()429 ASSERT_FALSE(srv2->timedout); in test_cli_caps_all_rsp()437 struct bt_mesh_blob_target *srv2 = target_srv_add(BLOB_CLI_ADDR + 2, true); in test_cli_caps_partial_rsp() local443 ASSERT_FALSE(srv2->acked); in test_cli_caps_partial_rsp()444 ASSERT_TRUE(srv2->timedout); in test_cli_caps_partial_rsp()452 struct bt_mesh_blob_target *srv2 = target_srv_add(BLOB_CLI_ADDR + 2, true); in test_cli_caps_no_rsp() local458 ASSERT_FALSE(srv2->acked); in test_cli_caps_no_rsp()459 ASSERT_TRUE(srv2->timedout); in test_cli_caps_no_rsp()473 struct bt_mesh_blob_target *srv2 = target_srv_add(BLOB_CLI_ADDR + 2, true); in test_cli_caps_cancelled() local[all …]